BarCodeWiz Logo

PDF417ErrorCorrectionLevel

Returns or sets the Error Correction Level in a PDF 417 barcode. Does not affect other barcode types.

 

Error correction allows a partially damaged barcode to be scanned successfully. A higher Error Correction Level allows a higher percentage of the barcode to be damaged or obstructed. It also increases the overall size of the barcode.


Syntax

BarCodeWiz1.PDF417ErrorCorrectionLevel [ = enum]

 

The settings for enum are:

 

Constant Description
ECLevel_0 Default setting. Error correction level 0.
ECLevel_1 Error correction level 1.
ECLevel_2 Error correction level 2.
ECLevel_3 Error correction level 3.
ECLevel_4 Error correction level 4.
ECLevel_5 Error correction level 5.
ECLevel_6 Error correction level 6.
ECLevel_7 Error correction level 7.
ECLevel_8 Error correction level 8.