Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / ResultInfo2D Class / ColumnsDetected Property




In This Topic
ColumnsDetected Property
In This Topic
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
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