SplitRegions Object (ISplitRegions Interface)
This object represents a collection of regions, into which a page has been split.
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 | 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
17.09.2024 15:14:40