PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument 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 current document with specified printer and default page settings, optionally showing the print progress dialog.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal printerSettings As PrinterSettings, _
       ByVal defaultPageSettings As PageSettings, _
       ByVal showProgress As Boolean _
    ) 

    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