corelibraries-devexpress-dot-xtraprinting-dot-barcode-0f16c595.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[ResourceFinder(typeof(ResFinder))]
public enum ErrorCorrectionLevel
<ResourceFinder(GetType(ResFinder))>
Public Enum ErrorCorrectionLevel
| 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.
|
The following properties accept/return ErrorCorrectionLevel values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | PDF417Generator.ErrorCorrectionLevel |
| WPF Controls | BarCodePropertyProvider.PDF417ErrorCorrectionLevel |
The correction system of the PDF417 bar code is based on “Reed Solomon” codes.
See Also