ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintDocumentWrapper Class / Print Method / Print(PrinterSettings,PageSettings,Boolean) Method
The printer settings to use.
The default page settings to use.
Flag indicating whether to show the progress dialog.

In This Topic
    Print(PrinterSettings,PageSettings,Boolean) Method
    In This Topic
    Prints the document.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal printerSettings As System.Drawing.Printing.PrinterSettings, _
       ByVal defaultPageSettings As System.Drawing.Printing.PageSettings, _
       ByVal showProgress As System.Boolean _
    ) 
    public void Print( 
       System.Drawing.Printing.PrinterSettings printerSettings,
       System.Drawing.Printing.PageSettings defaultPageSettings,
       System.bool showProgress
    )

    Parameters

    printerSettings
    The printer settings to use.
    defaultPageSettings
    The default page settings to use.
    showProgress
    Flag indicating whether to show the progress dialog.
    See Also