'Declaration Public Overloads Sub Print( _ ByVal printerSettings As PrinterSettings, _ ByVal outputRange As OutputRange, _ ByVal showProgress As Boolean _ )
public void Print( PrinterSettings printerSettings, OutputRange outputRange, bool showProgress )
Parameters
- printerSettings
- The printer 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.