VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / set_AztecErrorCorrectionDataPercent Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_AztecErrorCorrectionDataPercent Method
Sets a percent of error correction data in Aztec symbol.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_AztecErrorCorrectionDataPercent(value);

Parameters

value
Percent of error correction data in aztec symbol.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also