Skip to main content
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 object).

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
CurrentPageIndexint, read-onlyStores the index of the new page in the document.
SourcePageIndexint, read-onlyStores the index of the source page in the document.
SourceRegionRegion, read-onlyStores the region of the new page on the source image.
SplitRegion Object Diagram

Output parameter

This object is the output parameter of the Item method of the SplitRegions object.

Remarks

You can convert coordinates on the source image to coordinates on the new page image using the ConvertCoordinates method of the CoordinatesConverter object. To do this, use the IT_Base constant to indicate the page from which coordinates of a pixel should be converted and the IT_Modified constant to indicate the page to which coordinates should be converted.

See also

SplitRegions Working with Properties