Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / AnnotationBase Class / Pages Property

In This Topic
    Pages Property (AnnotationBase)
    In This Topic
    Gets the list of pages that reference this annotation.
    Syntax
    'Declaration
     
    Public ReadOnly Property Pages As System.Collections.Generic.IList(Of Page)
    public System.Collections.Generic.IList<Page> Pages {get;}
    See Also