Enum Pdf417ErrorLevel
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)
pdf417 barcode’s error correction level, from level 0 to level 9, level 0 means no error correction, level 8 means best error correction
public enum Pdf417ErrorLevel
Fields
Level0 = 0
Error Correction Level - 0. Error Correction Codewords - 2.
Level1 = 1
Error Correction Level - 1. Error Correction Codewords - 4.
Level2 = 2
Error Correction Level - 2. Error Correction Codewords - 8.
Level3 = 3
Error Correction Level - 3. Error Correction Codewords - 16.
Level4 = 4
Error Correction Level - 4. Error Correction Codewords - 32.
Level5 = 5
Error Correction Level - 5. Error Correction Codewords - 64.
Level6 = 6
Error Correction Level - 6. Error Correction Codewords - 128.
Level7 = 7
Error Correction Level - 7. Error Correction Codewords - 256.
Level8 = 8
Error Correction Level - 8. Error Correction Codewords - 512.