ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / AnnotationBookViewModel Class / Item Property
Index of the page.

In This Topic
    Item Property (AnnotationBookViewModel)
    In This Topic
    Gets the AnnotationLayerViewModel with the specified page index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal pageIndex As Integer _
    ) As AnnotationLayerViewModel
    public AnnotationLayerViewModel this[ 
       int pageIndex
    ]; {get;}

    Parameters

    pageIndex
    Index of the page.
    See Also