Barcode Xpress for .NET Framework v13.9 - Updated
ColumnsDetected Property




Accusoft.BarcodeXpressSdk Namespace > ResultInfo2D Class : ColumnsDetected Property
Specifies the number of columns detected in the barcode image.
Syntax
'Declaration
 
Public ReadOnly Property ColumnsDetected As Integer
'Usage
 
Dim instance As ResultInfo2D
Dim value As Integer
 
value = instance.ColumnsDetected
public int ColumnsDetected {get;}
public: __property int get_ColumnsDetected();
public:
property int ColumnsDetected {
   int get();
}
Remarks

A value of 0 is return when unable to detect the number of columns in the barcode image.

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.