ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintDocumentWrapper Class / Print Method / Print(PrinterSettings) Method
The printer settings to use.

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

    Parameters

    printerSettings
    The printer settings to use.
    See Also