Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / C1.Schedule.Printing Namespace / PrintInfo Class / Print Method / Print(PrintStyle) Method
The PrintStyle object to print.

In This Topic
    Print(PrintStyle) Method
    In This Topic
    Sends the specified printing style to the printer.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal style As PrintStyle _
    ) 
    public void Print( 
       PrintStyle style
    )

    Parameters

    style
    The PrintStyle object to print.
    See Also