RegionsCollection Object (IRegionsCollection Interface)
This object represents a collection of Region 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 | Region | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
Add | Adds an existing object of the Region type at the end of the collection. |
DeleteAll | Removes all the elements from the collection. |
DeleteAt | Removes an element from the collection. |
InsertAt | Inserts an existing object of the Region type into the specified position in the collection. |
Item | Provides access to a single element of the collection. |
Output parameter
This collection is the output parameter of the following methods:
- CreateRegionsCollection method of the Engine object
- FindBlackSquares method of the ImageDocument object
See also
03.07.2024 8:50:25