SplitRegions Object (ISplitRegions Interface)
This object represents a collection of regions, into which a page has been split.
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 | SplitRegion, read-only | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
GetSourcePageIndex | Specifies the index of the source page for the specified split region. |
Item | Provides access to a single element of the collection. |
Related objects
Output parameter
The object is the output parameter of the SplitPages method of the FRDocument object.
See also
7/3/2024 8:50:25 AM