See Also Examples Applies To
Returns the number of Columns of a barcode detected by the BarcodeDataMatrixReaderDoScan function.
Syntax
object.BarcodeDataMatrixReaderGetBarcodeColumns (BarCodeNo)
The BarcodeDataMatrixReaderGetBarcodeColumns syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| BarCodeNo | Required. Long. Barcode index. Must be between 1 and BarcodeDataMatrixReaderGetBarcodeCount returned value. |
Returns
Long. The number of columns of the barcode.
Category
2D DataMatrix Barcode Recognition