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

In This Topic
    Pages Property (AnnotationBook)
    In This Topic
    Gets the annotation page
    Syntax
    'Declaration
     
    Public ReadOnly Property Pages As IItemCollection(Of AnnotationsPage)
    public IItemCollection<AnnotationsPage> Pages {get;}
    See Also