Click or drag to resize

PrintCompletedEventArgsTPrintSettingsPrintJob Property

Gets the print job associated with this event.

Namespace:  DotNetBrowser.Print.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public IPrintJob<TPrintSettings> PrintJob { get; }

Property Value

Type: IPrintJobTPrintSettings
The print job associated with this event.
See Also