See Also Examples Applies To
Returns the number of rows of a barcode detected by the BarcodeDataMatrixReaderDoScan function.
Syntax
object.BarcodeDataMatrixReaderGetBarcodeRows (BarCodeNo)
The BarcodeDataMatrixReaderGetBarcodeRows 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 rows of the barcode.
Category
2D DataMatrix Barcode Recognition