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

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