PDF417ErrorCorrectionLevel¶
Namespace: O2S.Components.PDF4NET.Graphics
Supported error correction levels for PDF417 barcodes.
Inheritance Object → ValueType → Enum → PDF417ErrorCorrectionLevel
Implements
Remarks
The number of error correction codewords is 2^ErrorCorrectionLevel.
Fields¶
| Name | Value | Description |
|---|---|---|
| Level0 | 0 | Level 0. |
| Level1 | 1 | Level 1. |
| Level2 | 2 | Level 2. |
| Level3 | 3 | Level 3. |
| Level4 | 4 | Level 4. |
| Level5 | 5 | Level 5. |
| Level6 | 6 | Level 6. |
| Level7 | 7 | Level 7. |
| Level8 | 8 | Level 8. |