Back to Devexpress

PDF417ErrorLevel Enum

officefileapi-devexpress-dot-barcodes-dot-pdf417errorlevel.md

latest1.9 KB
Original Source

PDF417ErrorLevel Enum

Lists levels of error correction.

Namespace : DevExpress.BarCodes

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public enum PDF417ErrorLevel
vb
Public Enum PDF417ErrorLevel

Members

NameDescription
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:

Remarks

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

DevExpress.BarCodes Namespace