Skip to main content
All docs
V26.1
  • 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

    public AztecCodeErrorCorrectionLevel ErrorCorrectionLevel { get; set; }

    Property Value

    Type Description
    AztecCodeErrorCorrectionLevel

    The error level. Level2 is recommended.

    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