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