ComponentOne Scheduler for WinForms
Print(PrinterSettings,Boolean) Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule.Printing Namespace > PrintDocumentWrapper Class > Print Method : Print(PrinterSettings,Boolean) Method
The printer settings to use.
Flag indicating whether to show the progress dialog.
Prints the document.
Syntax
'Declaration
 
Public Overloads Sub Print( _
   ByVal printerSettings As System.Drawing.Printing.PrinterSettings, _
   ByVal showProgress As System.Boolean _
) 
public void Print( 
   System.Drawing.Printing.PrinterSettings printerSettings,
   System.bool showProgress
)

Parameters

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

Reference

PrintDocumentWrapper Class
PrintDocumentWrapper Members
Overload List