List Object (IList Interface)
This object represents one list. It is a collection of list levels (ListLevel objects).
Note: The indexing of ABBYY FineReader Engine collections starts with 0.
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
7/3/2024 8:50:25 AM