ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Annotations Namespace / AnnotationBook Class / GetPageSafe Method

In This Topic
    GetPageSafe Method
    In This Topic
    Gets the page silently ignoring incorrect page index passed
    Syntax
    'Declaration
     
    Public Function GetPageSafe( _
       ByVal pageIndex As Integer _
    ) As AnnotationsPage
    public AnnotationsPage GetPageSafe( 
       int pageIndex
    )

    Parameters

    pageIndex
    See Also