PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / Pages Property

In This Topic
    Pages Property
    In This Topic
    Gets the collection of document's pages.
    Syntax
    'Declaration
     
    Public ReadOnly Property Pages As C1PageCollection
    public C1PageCollection Pages {get;}
    See Also