Specifies an optional error correction
level to apply to supported barcodes. This property applies to 2D
barcodes only.
Note: For barcode types that accept this property,
the parser ignores the checksum.
SyntaxReference_Syntax.errorCorrectionLevel = "0 | integer"
Values
Type
|
Values
|
String
|
For
PDF417, the valid values are integers in the range 0 through 8,
inclusive.
|
JavaScriptCode11BarCode1.resolveNode("ui.#barcode").errorCorrectionLevel = "5";
FormCalcCode11BarCode1.ui.#barcode.errorCorrectionLevel = "5"
|
|
|