ErrorCorrectionLevel Enumeration

PDF File Writer

ErrorCorrectionLevel Enumeration

PDF417 Error correction level

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public enum ErrorCorrectionLevel
Members
  Member nameValueDescription
Level_00 Error correction level 0 (2 correction codewords)
Level_11 Error correction level 1 (4 correction codewords)
Level_22 Error correction level 2 (8 correction codewords)
Level_33 Error correction level 3 (16 correction codewords)
Level_44 Error correction level 4 (32 correction codewords)
Level_55 Error correction level 5 (64 correction codewords)
Level_66 Error correction level 6 (128 correction codewords)
Level_77 Error correction level 7 (256 correction codewords)
Level_88 Error correction level 8 (512 correction codewords)
AutoLow9 Recommended level less one
AutoNormal10 Recomended level based on number of codewords
AutoMedium11 Recommended level plus one
AutoHigh12 Recommended level plus two
See Also