Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintStyle Class / CurrentPageSettings Property

In This Topic
    CurrentPageSettings Property (PrintStyle)
    In This Topic
    Gets or sets the PageSettings for printing.
    Syntax
    'Declaration
     
    Public Property CurrentPageSettings As System.Drawing.Printing.PageSettings
    public System.Drawing.Printing.PageSettings CurrentPageSettings {get; set;}
    Remarks
    If end-user changes style PageSettings at run-time, the changed settings will be used as default at every next printing or previewing.
    See Also