Click or drag to resize

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.16.0
Syntax
C#
public IPrintJob<TPrintSettings> PrintJob { get; }

Property Value

Type: IPrintJobTPrintSettings
The current print job.
See Also