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.25.1
Syntax public IPrintJob<TPrintSettings> PrintJob { get; }
Property Value
Type:
IPrintJobTPrintSettingsThe current print job.
See Also