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

# SplitRegion Object (ISplitRegion Interface)

This object provides access to the properties of one of the regions, into which a page has been split. This object is an element of the collection of such regions ([SplitRegions](/fine-reader/engine/api-reference/supplementary-objects-and-methods/splitregions) object).

## 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.                             |
| CurrentPageIndex | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), read-only                                                                                                      | Stores the index of the new page in the document.      |
| SourcePageIndex  | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), read-only                                                                                                      | Stores the index of the source page in the document.   |
| SourceRegion     | [Region](/fine-reader/engine/api-reference/supplementary-objects-and-methods/region), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Stores the region of the new page on the source image. |

## Related objects

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

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

## Output parameter

This object is the output parameter of the [Item](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method) method of the [SplitRegions](/fine-reader/engine/api-reference/supplementary-objects-and-methods/splitregions) object.

## Remarks

You can convert coordinates on the source image to coordinates on the new page image using the [ConvertCoordinates](/fine-reader/engine/api-reference/image-related-objects/coordinatesconverter/convertcoordinates-method) method of the [CoordinatesConverter](/fine-reader/engine/api-reference/image-related-objects/coordinatesconverter) object. To do this, use the [IT\_Base](/fine-reader/engine/api-reference/enumerations/imagetypeenum) constant to indicate the page from which coordinates of a pixel should be converted and the [IT\_Modified](/fine-reader/engine/api-reference/enumerations/imagetypeenum#it_modified) constant to indicate the page to which coordinates should be converted.

## See also

[SplitRegions](/fine-reader/engine/api-reference/supplementary-objects-and-methods/splitregions)

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