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 ResolvedPage _
) As System.Boolean
public System.bool GetPageInfo(
System.int ,
out System.int ,
out ResolvedPage
)
Parameters
- pageIndex
- The 0-based index of the target page.
- pageNo
- OUT: The logical page number within the current document.
- resolvedPage
- OUT: The ResolvedPage.
Return Value
true if is valid, false otherwise.