officefileapi-devexpress-dot-barcodes-dot-pdf417errorlevel.md
Lists levels of error correction.
Namespace : DevExpress.BarCodes
Assembly : DevExpress.Docs.v25.2.dll
NuGet Package : DevExpress.Document.Processor
public enum PDF417ErrorLevel
Public Enum PDF417ErrorLevel
| 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 PDF417ErrorLevel values:
Error correction allows the bar code to be partially damaged without resulting in a loss of data. A higher level of error correction means more redundant data in a bar code, so less useful data can be included, but the bar code will be more robust.
See Also