PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocumentBase Class / Pages Property

In This Topic
    Pages Property (C1PdfDocumentBase)
    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