Skip to main content
This object represents one list. It is a collection of list levels (ListLevel 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.
ElementListLevel, read-onlyProvides access to a single element of the collection.

Methods

NameDescription
AddNewCreates a new ListLevel object and adds it with the next index to the collection.
ItemProvides access to a single element of the collection.
DeleteAllDeletes all levels from the collection.
List Object Diagram

See also

ListLevel Working with Collections Working with Properties