Retrieves extended information about a page with the specified index.
'Declaration
Public Overloads Function GetPageInfo( _
ByVal As System.Integer, _
ByRef As System.Integer, _
ByRef As System.Integer, _
ByRef As System.Integer _
) As System.Boolean
public System.bool GetPageInfo(
System.int ,
out System.int ,
out System.int ,
out System.int
)
Parameters
- pageIndex
- The 0-based index of the target page.
- itemIndex
- OUT: 0-based index of the document item (C1MultiDocumentItem) that contains the target page.
- itemPageIndex
- OUT: 0-based index of the target page within the document item that contains it (indicated by ).
- pageNo
- OUT: The logical page number within the current document.
Return Value
true if is valid, false otherwise.