PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / Pages Property

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