ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / BitmapCachedDocumentModel Class / GetPage Method
The index of page.

In This Topic
    GetPage Method (BitmapCachedDocumentModel)
    In This Topic
    Returns the determined page of the document.
    Syntax
    'Declaration
     
    Public Function GetPage( _
       ByVal pageIndex As Integer _
    ) As DocumentModel.IPage
    public DocumentModel.IPage GetPage( 
       int pageIndex
    )

    Parameters

    pageIndex
    The index of page.
    See Also