VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / PDF417ErrorCorrectionLevel Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
PDF417ErrorCorrectionLevel Enumeration
In This Topic
Specifies available Error Correction Levels of PDF417 barcode.
Syntax
'Declaration

Public Enum PDF417ErrorCorrectionLevel
   Inherits System.Enum

public enum PDF417ErrorCorrectionLevel : System.Enum

Members
MemberDescription
UndefinedUndefined level.
Level02 Error Correction Codewords (error detection only).
Level14 Error Correction Codewords.
Level28 Error Correction Codewords.
Level316 Error Correction Codewords.
Level432 Error Correction Codewords.
Level564 Error Correction Codewords.
Level6128 Error Correction Codewords.
Level7256 Error Correction Codewords.
Level8512 Error Correction Codewords.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Barcode.BarcodeInfo.PDF417ErrorCorrectionLevel

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also