AztecErrorCorrectionLevel EnumerationByteScout Barcode SDK
Level of error correction in Aztec Code symbols

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax

public enum AztecErrorCorrectionLevel
Members

  Member nameValueDescription
Auto0 (0) Library will choose best possible error correction level.
Level11 (1) Level 1 error correction. 10% of data region will be filled by error correction data.
Level22 (2) Level 2 error correction. 23% of data region will be filled by error correction data.
Level33 (3) Level 3 error correction. 36% of data region will be filled by error correction data.
Level44 (4) Level 1 error correction. 50% of data region will be filled by error correction data.
See Also

Reference