[]
Prints the Document with the specified printer settings.
public void Print(PrinterSettings printerSettings)
Type | Name | Description |
---|---|---|
PrinterSettings | printerSettings | The PrinterSettings to use, or null to use the defalt printer settings. |
Prints the Document with the specified printer settings.
public void Print(PrinterSettings printerSettings, PageSettings defaultPageSettings)
Type | Name | Description |
---|---|---|
PrinterSettings | printerSettings | The PrinterSettings to use, or null to use the defalt printer settings. |
PageSettings | defaultPageSettings | The default page settings to use (can be null). |