ErrorCorrectionLevel Enum
Specifies the amount of redundancy built into the coding of the PDF417 bar code to compensate for calculation errors.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(ResFinder))]
public enum ErrorCorrectionLevel
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(ResFinder))>
Public Enum ErrorCorrectionLevel
Members
Name | Description |
---|---|
Level0 | Identifies the zero error correction level of the PDF417 bar code. |
Level1 | Identifies the first error correction level of the PDF417 bar code. |
Level2 | Identifies the second error correction level of the PDF417 bar code. |
Level3 | Identifies the third error correction level of the PDF417 bar code. |
Level4 | Identifies the fourth error correction level of the PDF417 bar code. |
Level5 | Identifies the fifth error correction level of the PDF417 bar code. |
Level6 | Identifies the sixth error correction level of the PDF417 bar code. |
Level7 | Identifies the seventh error correction level of the PDF417 bar code. |
Level8 | Identifies the eighth error correction level of the PDF417 bar code. |
Related API Members
The following properties accept/return ErrorCorrectionLevel values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | PDF417Generator.ErrorCorrectionLevel |
WPF Controls | BarCodePropertyProvider.PDF417ErrorCorrectionLevel |
Remarks
The correction system of the PDF417 bar code is based on "Reed Solomon" codes.