Error Correction Degree (errorCorrectionDegree)

The Error Correction Degree property specifies the error correction degree.

This property is used by the pdf-417, qr-code, and gs1-qr-code bar code types.

Type: Numeric.

The value must be an integer.

You can find the Error Correction Degree property in the Bar Code category of the Properties view.

PDF-417

Valid values are in the range of 0 - 8. Higher values make the image more robust.

Fails if: Value cannot be parsed as a integer value. Value is not in the range 0...8.

Default value: A value that is proportional to the data size.

QR Code and GS1-QR-Code

Valid values are in the range of 0 - 3. Higher values make the image more robust (ISO 18004:2006, 6.5.1 defines: 0=~7%, 1=~15%, 2=~25% and 3=~30%).

Fails if: Value cannot be parsed as an integer value. Value is not in the range of 0 - 3.

Default value: 3