List Object (IList Interface)
This object represents one list. It is a collection of list levels (ListLevel objects).
Notes:
- 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
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Count | int, read-only | Stores the number of elements in the collection. |
Element | ListLevel, read-only | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
AddNew | Creates a new ListLevel object and adds it with the next index to the collection. |
Item | Provides access to a single element of the collection. |
DeleteAll | Deletes all levels from the collection. |
Related objects
See also
9/17/2024 3:14:41 PM