ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / MultiPageViewModel Class / AnnotationPages Property

In This Topic
    AnnotationPages Property
    In This Topic
    Gets pages collection
    Syntax
    'Declaration
     
    Public ReadOnly Property AnnotationPages As INotificationCollection(Of PageView)
    public INotificationCollection<PageView> AnnotationPages {get;}
    See Also