Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PDF417Options.ErrorLevel Property

Gets or sets the error correction level for the PDF417 Code.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public PDF417ErrorLevel ErrorLevel { get; set; }

Property Value

Type Description
PDF417ErrorLevel

A PDF417ErrorLevel enumeration member that specifies the level of error correction.

Property Paths

You can access this nested property as listed below:

Object Type Path to ErrorLevel
BarCodeOptions
.PDF417 .ErrorLevel

Remarks

PDF417 uses Reed Solomon error correction to recover data if the code image has been damaged. The code with the higher error correction level is more robust. The default error correction level is 2.

See Also