BarcodeBlocks Object
BarcodeBlocks Object
This object represents a collection of barcode blocks. It can be used in document separation and document indexing scripts.
Properties
Name | Type | Description |
Count | Long, read-only | Number of elements in the set of barcode blocks. |
Methods
Name | Parameters | Description |
Item |
[in] Long - the index of the block in the set. It must range from 0 to the value of the Count property minus 1. [out] BarcodeBlock - the barcode block. |
Provides access to a single barcode block. |
See also
3/26/2024 1:49:49 PM