Skip to main content
This object represents a collection of paragraph lines. It contains methods for getting the number of paragraph lines in collection, accessing a single element of this collection and iterating through the elements of the collection. 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.
ElementParagraphLine, read-onlyProvides access to a single element of the collection.

Methods

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

See also

Paragraph ParagraphLine Working with Text Working with Collections Working with Properties