'Declaration Public Overloads Sub Print( _ ByVal printerSettings As PrinterSettings, _ ByVal defaultPageSettings As PageSettings, _ ByVal outputRange As OutputRange, _ ByVal showProgress As Boolean _ )
public void Print( PrinterSettings printerSettings, PageSettings defaultPageSettings, OutputRange outputRange, bool showProgress )
Parameters
- printerSettings
 - The printer settings to use.
 - defaultPageSettings
 - The default page settings to use.
 - outputRange
 - The range of pages to print (use null to print all pages).
 - showProgress
 - Flag indicating whether to show the progress dialog.