Barcode Xpress for .NET Core v13.9 - Updated
Columns Property (ResultInfo2D)




Accusoft.BarcodeXpressSdk Namespace > ResultInfo2D Class : Columns Property
Specifies the number of columns in the barcode as defined by the indicator pattern.
Syntax
'Declaration
 
Public ReadOnly Property Columns As Integer
'Usage
 
Dim instance As ResultInfo2D
Dim value As Integer
 
value = instance.Columns
public int Columns {get;}
public: __property int get_Columns();
public:
property int Columns {
   int get();
}
Remarks

A value of 0 is return when unable to determine the defined number of columns in the barcode indicator pattern.

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.