[]
Prints the document.
public void Print()
Prints the document.
public void Print(PrinterSettings printerSettings)
| Type | Name | Description |
|---|---|---|
| PrinterSettings | printerSettings | The printer settings to use. |
Prints the document.
public void Print(PrinterSettings printerSettings, bool showProgress)
| Type | Name | Description |
|---|---|---|
| PrinterSettings | printerSettings | The printer settings to use. |
| bool | showProgress | Flag indicating whether to show the progress dialog. |
Prints the document.
public void Print(PrinterSettings printerSettings, PageSettings defaultPageSettings, bool showProgress)
| Type | Name | Description |
|---|---|---|
| PrinterSettings | printerSettings | The printer settings to use. |
| PageSettings | defaultPageSettings | The default page settings to use. |
| bool | showProgress | Flag indicating whether to show the progress dialog. |