Back to Devexpress

ErrorCorrectionLevel Enum

corelibraries-devexpress-dot-xtraprinting-dot-barcode-0f16c595.md

latest2.3 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum ErrorCorrectionLevel
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum ErrorCorrectionLevel

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 ErrorCorrectionLevel values:

LibraryRelated API Members
Cross-Platform Class LibraryPDF417Generator.ErrorCorrectionLevel
WPF ControlsBarCodePropertyProvider.PDF417ErrorCorrectionLevel

Remarks

The correction system of the PDF417 bar code is based on “Reed Solomon” codes.

See Also

DevExpress.XtraPrinting.BarCode Namespace