BarcodeText Object (IBarcodeText Interface)
This object represents a text of a recognized barcode as a collection of characters. The object exists as a subobject of a BarcodeBlock object. This object is a read-only collection of BarcodeSymbol objects.
Note: The indexing of ABBYY FineReader Engine collections starts with 0.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Count | int, read-only | Stores the number of elements in the collection. |
Element | BarcodeSymbol, read-only | Provides access to a single element of the collection. The property returns a constant object. |
Methods
Name | Description |
---|---|
Item | Provides access to a single element of the collection. |
Related objects
See also
03.07.2024 8:50:25