PrinterTPrintSettingsPrintJob Property |
Gets the current print job. This print job can be used to configure print settings.
Namespace:
DotNetBrowser.Print
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public IPrintJob<TPrintSettings> PrintJob { get; }
Property Value
Type:
IPrintJobTPrintSettingsThe current print job.
See Also