AztecErrorCorrectionLevel Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Level of error correction in Aztec Code symbols
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Auto | 0 | (0) Library will choose best possible error correction level. | |
Level1 | 1 | (1) Level 1 error correction. 10% of data region will be filled by error correction data. | |
Level2 | 2 | (2) Level 2 error correction. 23% of data region will be filled by error correction data. | |
Level3 | 3 | (3) Level 3 error correction. 36% of data region will be filled by error correction data. | |
Level4 | 4 | (4) Level 1 error correction. 50% of data region will be filled by error correction data. |
See Also