Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / GetPageInfo Method / GetPageInfo(Int32,Int32,ResolvedPage) Method
The 0-based index of the target page.
OUT: The logical page number within the current document.
OUT: The ResolvedPage.

In This Topic
    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 pageIndex As Integer, _
       ByRef pageNo As Integer, _
       ByRef resolvedPage As ResolvedPage _
    ) As Boolean
    public bool GetPageInfo( 
       int pageIndex,
       out int pageNo,
       out ResolvedPage 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 pageIndex is valid, false otherwise.
    See Also