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.

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