'Declaration Public Overloads Sub Print( _ ByVal printerSettings As PrinterSettings, _ ByVal outputRange As OutputRange _ )
public void Print( PrinterSettings printerSettings, OutputRange outputRange )
Parameters
- printerSettings
- The printer settings to use.
- outputRange
- The range of pages to print (use null to print all pages).