ImageGear .NET v24.14 - Updated September 15, 2020
ErrorCorrectionLevel Property




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriterPDF417 Class : ErrorCorrectionLevel Property
Gets or sets the error correction level desired in the PDF417 barcode.
Syntax
'Declaration
 
Public Property ErrorCorrectionLevel As ImGearBarcodePDF417ErrorCorrectionLevel
 
'Usage
 
Dim instance As ImGearBarcodeWriterPDF417
Dim value As ImGearBarcodePDF417ErrorCorrectionLevel
 
instance.ErrorCorrectionLevel = value
 
value = instance.ErrorCorrectionLevel

Property Value

The ImGearBarcodePDF417ErrorCorrectionLevel value set.
Remarks

The default value is ImGearBarcodePDF417ErrorCorrectionLevel.ErrorCorrectionAuto.

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

See Also

Reference

ImGearBarcodeWriterPDF417 Class
ImGearBarcodeWriterPDF417 Members