Print(PrinterSettings,PageSettings,Boolean) Method
In This Topic
Prints the document.
Syntax
'Declaration
Public Overloads Sub Print( _
ByVal As System.Drawing.Printing.PrinterSettings, _
ByVal As System.Drawing.Printing.PageSettings, _
ByVal As System.Boolean _
)
public void Print(
System.Drawing.Printing.PrinterSettings ,
System.Drawing.Printing.PageSettings ,
System.bool
)
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