errorCorrectionLevel

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.

Syntax

Reference_Syntax.errorCorrectionLevel = "0 | integer"

Values

Type

Values

String

  • 0 (default)

For PDF417, the valid values are integers in the range 0 through 8, inclusive.

Applies to

Model

Object

Form Model

barcode

Version

XFA 2.1

Examples

JavaScript

Code11BarCode1.resolveNode("ui.#barcode").errorCorrectionLevel = "5";

FormCalc

Code11BarCode1.ui.#barcode.errorCorrectionLevel = "5"

// Ethnio survey code removed