set_AztecErrorCorrectionDataPercent Method
In This Topic
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);
function set_AztecErrorCorrectionDataPercent(
: number
) : any;
Parameters
- value
- Percent of error correction data in aztec symbol.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also