Retrieves extended information about a page with the specified index.
'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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2