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

In This Topic
    Pages Property (GcPdfDocument)
    In This Topic
    Gets the collection of Page objects that make up the document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Pages As PageCollection
    public PageCollection Pages {get;}
    See Also