> ## 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.

# SplitRegions Object (ISplitRegions Interface)

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

| Name                                                                                                                  | Type                                                                                                                                                                                                                             | Description                                            |
| --------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| Application                                                                                                           | [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties)                    | Returns the Engine object.                             |
| Count                                                                                                                 | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), read-only                                                                                                                | Stores the number of elements in the collection.       |
| [Element](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property) | [SplitRegion](/fine-reader/engine/api-reference/supplementary-objects-and-methods/splitregion), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Provides access to a single element of the collection. |

## Methods

| Name                                                                                                                             | Description                                                            |
| -------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [GetSourcePageIndex](/fine-reader/engine/api-reference/supplementary-objects-and-methods/splitregions/getsourcepageindex-method) | Specifies the index of the source page for the specified split region. |
| [Item](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method)                    | Provides access to a single element of the collection.                 |

## Related objects

<img src="https://mintcdn.com/abbyy/i-EfCQVmseNiPQcp/images/fine-reader/engine/splitregions.gif?s=1c8a0be334ce4253c63652a74837e9f7" alt="SplitRegions" width="170" height="59" data-path="images/fine-reader/engine/splitregions.gif" />[](/fine-reader/engine/api-reference/supplementary-objects-and-methods/splitregion)[](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property)

[Object Diagram](/fine-reader/engine/api-reference/object-diagram)

## Output parameter

The object is the output parameter of the [SplitPages](/fine-reader/engine/api-reference/document-related-objects/frdocument/splitpages-method) method of the [FRDocument](/fine-reader/engine/api-reference/document-related-objects/frdocument) object.

## See also

[SplitRegion](/fine-reader/engine/api-reference/supplementary-objects-and-methods/splitregion)

[Working with Collections](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-collections)

[Working with Properties](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
