Prints a range of pages of the current document with specified printer settings,
not showing the print progress dialog.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Print( PrinterSettings printerSettings, OutputRange outputRange ) |
Visual Basic |
---|
Public Sub Print ( _ printerSettings As PrinterSettings, _ outputRange As OutputRange _ ) |
Parameters
- printerSettings
- Type: System.Drawing.Printing..::..PrinterSettings
The printer settings to use.
- outputRange
- Type: C1.C1Preview..::..OutputRange
The range of pages to export (use null to export all pages).