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.
Notes:
- The indexing of ABBYY FineReader Engine collections starts with 0.
- The foreach statement in C# (for each in Visual Basic .NET) can be used to manipulate the collection.
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
11/7/2025 12:48:30 PM