Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

This object represents a collection of regions, into which a page has been split.
  • 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

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
Countint, read-onlyStores the number of elements in the collection.
ElementSplitRegion, read-onlyProvides access to a single element of the collection.

Methods

NameDescription
GetSourcePageIndexSpecifies the index of the source page for the specified split region.
ItemProvides access to a single element of the collection.
SplitRegions Object Diagram

Output parameter

The object is the output parameter of the SplitPages method of the FRDocument object.

See also

SplitRegion Working with Collections Working with Properties