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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
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.