Version

Pdf417ErrorCorrectionLevel Enumeration

The possible values for the PDF417 Error Correction Level.
Syntax
'Declaration
 
Public Enum Pdf417ErrorCorrectionLevel 
   Inherits System.Enum
public enum Pdf417ErrorCorrectionLevel : System.Enum 
Members
MemberDescription
Level0Error Correction Level 0 has 2 codewords
Level1Error Correction Level 1 has 4 codewords
Level2Error Correction Level 2 has 8 codewords
Level3Error Correction Level 3 has 16 codewords
Level4Error Correction Level 4 has 32 codewords
Level5Error Correction Level 5 has 64 codewords
Level6Error Correction Level 6 has 128 codewords
Level7Error Correction Level 7 has 256 codewords
Level8Error Correction Level 8 has 512 codewords
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also