Project(String,PrinterSettings,Project,Int32,Boolean,Boolean,String,Boolean,String) Method
In This Topic
Prints all pages of the given project on the specified printer.
Syntax
Parameters
| Parameter Name | Description |
|---|
| strPrinterName | Printer name. |
| pSettings | System.Drawing.Printing.PrinterSettings object to specify further printer settings. |
| pProject | Project to be printed. |
| dNumber | Number of copies to print. |
| bPrintCollate | Collate output. |
| bPrintReverse | Reverse printing. |
| strTargetFile | Full file name of the \output file in case of printing to file. |
| bPrintChangedPages | Print changed pages |
| strLanguage | Language of printed project |
Exceptions
See Also