Skip to main content
All docs
V26.1
  • AztecCodeErrorCorrectionLevel Enum

    Lists the amount of redundancy built into the Aztec Code to compensate for calculation errors.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public enum AztecCodeErrorCorrectionLevel

    Members

    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.

    Related API Members

    The following properties accept/return AztecCodeErrorCorrectionLevel values:

    See Also