Barcode Xpress for .NET Framework v13.9 - Updated
ErrorCorrectionLevel Property (ResultInfo2D)




Accusoft.BarcodeXpressSdk Namespace > ResultInfo2D Class : ErrorCorrectionLevel Property
Specifies the amount of error correction detected for barcodes that support it.
Syntax
'Declaration
 
Public ReadOnly Property ErrorCorrectionLevel As Integer
'Usage
 
Dim instance As ResultInfo2D
Dim value As Integer
 
value = instance.ErrorCorrectionLevel
public int ErrorCorrectionLevel {get;}
public: __property int get_ErrorCorrectionLevel();
public:
property int ErrorCorrectionLevel {
   int get();
}
Remarks

A value of 0 is return when unable to determine the error correction level in the barcode.

Currently only enabled for the PDF417 barcode type.

See Also

Reference

ResultInfo2D Class
ResultInfo2D Members

Is this page helpful?
Yes No
Thanks for your feedback.