'Declaration Public Overloads Sub Print( _ ByVal printerSettings As PrinterSettings, _ ByVal defaultPageSettings As PageSettings, _ ByVal outputRange As OutputRange _ )
public void Print( PrinterSettings printerSettings, PageSettings defaultPageSettings, OutputRange outputRange )
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).