PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / Pages Property

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