PrintCompletedEventArgsTPrintSettingsPrintJob Property |
Gets the print job associated with this event.
Namespace:
DotNetBrowser.Print.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public IPrintJob<TPrintSettings> PrintJob { get; }
Property Value
Type:
IPrintJobTPrintSettingsThe print job associated with this event.
See Also