PDFView4NET WPF Edition
PDF417ErrorCorrectionLevel Enumeration




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDF417ErrorCorrectionLevel Enumeration
Specifies the available error correction levels for a PDF417 barcode.
Syntax
'Declaration
 
Public Enum PDF417ErrorCorrectionLevel 
   Inherits System.Enum
'Usage
 
Dim instance As PDF417ErrorCorrectionLevel
public enum PDF417ErrorCorrectionLevel : System.Enum 
__value public enum PDF417ErrorCorrectionLevel : public System.Enum 
public enum class PDF417ErrorCorrectionLevel : public System.Enum 
Members
MemberDescription
Level0Level 0 - 2 error correction codewords.
Level1Level 1 - 4 error correction codewords.
Level2Level 2 - 8 error correction codewords.
Level3Level 3 - 16 error correction codewords.
Level4Level 4 - 32 error correction codewords.
Level5Level 5 - 64 error correction codewords.
Level6Level 6 - 128 error correction codewords.
Level7Level 7 - 256 error correction codewords.
Level8Level 8 - 512 error correction codewords.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Graphics.Barcodes.PDF417ErrorCorrectionLevel

Requirements

Target Platforms: 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

Reference

O2S.Components.PDFView4NET.Graphics.Barcodes Namespace