RegionForPage Property of the ChangeLocation Object
Returns the region of the change on the specified page. Some of the changes may carry over the page break.
Syntax
HRESULT get_RegionForPage(
int PageIndex,
IRegion** Result
);
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
03.07.2024 8:50:25