Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Schedule.Printing Namespace / PrintInfo Class / Preview Method / Preview(PrintStyle) Method
The PrintStyle object to preview.

In This Topic
    Preview(PrintStyle) Method
    In This Topic
    Opens a separate application window in which end users can preview the output that would be generated by the print operation.
    Syntax
    'Declaration
     
    Public Overloads Sub Preview( _
       ByVal style As PrintStyle _
    ) 
    public void Preview( 
       PrintStyle style
    )

    Parameters

    style
    The PrintStyle object to preview.
    See Also