ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PreviewWrapper Class / Preview Method / Preview(PrintDocumentWrapper) Method
The PrintDocumentWrapper object to preview.

In This Topic
    Preview(PrintDocumentWrapper) Method
    In This Topic
    Shows the specified PrintDocumentWrapper object in a print preview dialog.
    Syntax
    'Declaration
     
    Public Overloads Sub Preview( _
       ByVal printDocument As PrintDocumentWrapper _
    ) 
    public void Preview( 
       PrintDocumentWrapper printDocument
    )

    Parameters

    printDocument
    The PrintDocumentWrapper object to preview.
    See Also