AztecCodeOptions.ErrorCorrectionLevel Property
Gets or sets how much redundancy is built into the barcode to compensate for calculation errors.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| AztecCodeErrorCorrectionLevel | The error level. |
Available values:
| Name | Description |
|---|---|
| Level1 | Up to 10% of symbol capacity, plus 3 codewords for error correction. |
| Level2 | Up to 23% of symbol capacity, plus 3 codewords for error correction. |
| Level3 | Up to 36% of symbol capacity, plus 3 codewords for error correction. |
| Level4 | Up to 50% of symbol capacity, plus 3 codewords for error correction. |
See Also