XFINIUM.PDF Documentation
Pdf417ErrorCorrectionLevel Enumeration



Supported error correction levels for PDF417 barcodes.
Syntax
'Declaration
 
Public Enum Pdf417ErrorCorrectionLevel 
   Inherits System.Enum
'Usage
 
Dim instance As Pdf417ErrorCorrectionLevel
public enum Pdf417ErrorCorrectionLevel : System.Enum 
public enum class Pdf417ErrorCorrectionLevel : public System.Enum 
Members
MemberDescription
Level0 Level 0.
Level1 Level 1.
Level2 Level 2.
Level3 Level 3.
Level4 Level 4.
Level5 Level 5.
Level6 Level 6.
Level7 Level 7.
Level8 Level 8.
Remarks
The number of error correction codewords is 2^ErrorCorrectionLevel.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.Graphics.Pdf417ErrorCorrectionLevel

Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.Graphics Namespace

Send Feedback