Skip to main content
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.
  • 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

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
Countint, read-onlyStores the number of elements in the collection.
ElementBarcodeSymbol, read-onlyProvides access to a single element of the collection. The property returns a constant object.

Methods

NameDescription
ItemProvides access to a single element of the collection.
BarcodeText Object Diagram

See also

BarcodeSymbol BarcodeBlock Working with Text Working with Collections Working with Properties