Accusoft.BarcodeXpress9.Net
ErrorCorrectionLevel Property
See Also  Send Feedback
Accusoft.BarcodeXpressSdk Namespace > WriterPDF417 Class : ErrorCorrectionLevel Property




Glossary Item Box

Gets and sets the error correction level desired in the PDF417 barcode.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 
'Declaration
 
Public Property ErrorCorrectionLevel As PDF417ErrorCorrectionLevel
'Usage
 
Dim instance As WriterPDF417
Dim value As PDF417ErrorCorrectionLevel
 
instance.ErrorCorrectionLevel = value
 
value = instance.ErrorCorrectionLevel

Property Value

The PDF417ErrorCorrectionLevel value set.

Remarks

The PDF417ErrorCorrectionLevel value set.

The default value is PDF417ErrorCorrectionLevel.ErrorCorrectionAuto.

The error correction level for the PDF417 ranges from PDF417ErrorCorrectionLevel.ErrorCorrection0 to a high of PDF417ErrorCorrectionLevel.ErrorCorrection8. A high error correction level should be used in application where symbol damage is expected. It is recomended that the PDF417ErrorCorrectionLevel.ErrorCorrectionAuto level be used in most cases.

See Also

©2013. Accusoft Corporation. All Rights Reserved.