Skip to main content
A newer version of this page is available. .

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.v18.1.Core.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ErrorCorrectionLevel enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also