PDF417ErrorCorrectionLevel 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
Describes all possible error correction levels for PDF417 symbology.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Auto | -1 | (-1) Library will choose best possible error correction level. | |
Level0 | 0 | (0) Level 0 error correction. 2 extra symbols will be added to encoded data. | |
Level1 | 1 | (1) Level 1 error correction. 4 extra symbols will be added to encoded data. | |
Level2 | 2 | (2) Level 2 error correction. 8 extra symbols will be added to encoded data. | |
Level3 | 3 | (3) Level 3 error correction. 16 extra symbols will be added to encoded data. | |
Level4 | 4 | (4) Level 4 error correction. 32 extra symbols will be added to encoded data. | |
Level5 | 5 | (5) Level 5 error correction. 64 extra symbols will be added to encoded data. | |
Level6 | 6 | (6) Level 6 error correction. 128 extra symbols will be added to encoded data. | |
Level7 | 7 | (7) Level 7 error correction. 256 extra symbols will be added to encoded data. | |
Level8 | 8 | (8) Level 8 error correction. 512 extra symbols will be added to encoded data. |
Remarks
See Also