ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PreviewWrapper Class / Preview Method / Preview(Object) Method
An object to preview. It might be one of the next types: - C1.C1Preview.C1PrintDocument, - System.Drawing.Printing.PrintDocument, - C1.C1Report.C1Report, - System.ComponentModel.IBindingList, - System.Collections.IEnumerable.

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

    Parameters

    printDocument
    An object to preview. It might be one of the next types: - C1.C1Preview.C1PrintDocument, - System.Drawing.Printing.PrintDocument, - C1.C1Report.C1Report, - System.ComponentModel.IBindingList, - System.Collections.IEnumerable.
    See Also