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

In This Topic
    CurrentPage Property (SampleC1PrintDocument)
    In This Topic
    Gets the current generating page, returns null if document in not generating state.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentPage As C1Page
    public C1Page CurrentPage {get;}
    See Also