ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / Pages Property

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