errorCorrectionDegree (Error Correction Degree)

The errorCorrectionDegree property specifies the error correction degree.

In the Properties view, this property is the Error Correction Degree property in the Bar Code category.

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

Type: Integer value.

PDF-417

Valid values are in the range 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 proportional to the data size.

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