Skip to main content
This object represents a collection of words. The collection is accessible via the Paragraph object.
  • 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.
ElementWord, read-onlyProvides access to a single element of the collection.

Methods

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

Samples

The object is used in the following code samples:

See also

Working with Text Word Paragraph Working with Collections Working with Properties