GetPageInfo(Int32,Int32,ResolvedPage) Method
In This Topic
Retrieves extended information about a page with the specified index.
Syntax
'Declaration
Public Overloads Function GetPageInfo( _
ByVal As Integer, _
ByRef As Integer, _
ByRef As ResolvedPage _
) As Boolean
public bool GetPageInfo(
int ,
out 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.
See Also