Skip to main content
This object represents a collection of strings. It serves as a storage to pass various sets of parameters into those FineReader Engine functions that require them. It may also be return value of FineReader Engine methods.
  • 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.
ElementBSTRProvides access to a single element of the collection.

Methods

NameDescription
AddAdds the specified string at the end of the collection.
CopyFromInitializes properties of the current object with values of similar properties of another object.
DeleteAllRemoves all elements from the collection.
DeleteAtRemoves an element from the collection.
InsertAtInserts the specified string into the specified position in the collection.
ItemProvides access to a single element of the collection.

Output parameter

This object is the output parameter of the following methods and properties:

Input parameter

This object is passed as an input parameter to the following methods:

Samples

The object is used in the following code samples:

See also

Working with Collections Working with Properties