Skip to main content
Returns the region of the change on the specified page. Some of the changes may carry over the page break.

Syntax

C++

HRESULT get_RegionForPage(
   int        PageIndex,
   IRegion**  Result
);

C#

IRegion RegionForPage( int PageIndex );

Visual Basic .NET

ReadOnly Property RegionForPage(PageIndex As Integer) As IRegion

Parameters

PageIndex [in] Specifies the index of the page with the previously detected changes. Result [out, retval] A pointer to IRegion* pointer variable that receives the interface pointer of the output Region object.

Return values

This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

ChangeLocation Region Document Comparison