GetSourcePageIndex Method of the SplitRegions Object
This method specifies the index of the source page for the specified split region.
Syntax
C++
HRESULT GetSourcePageIndex( int Index, int* Result );
C#
int GetSourcePageIndex( int Index );
Visual Basic .NET
Function GetSourcePageIndex(Index As Integer) As Integer
Parameters
- Index
- [in] This parameter specifies the index of the split region in the collection. The value of the parameter must be in range from 0 to the value of the ISplitRegions::Count property.
- Result
- [out, retval] Specifies the index of the source page in the document.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
17.09.2024 15:14:41