Class PageCountUpdatedEventArgs<TPrintSettings>
- Namespace
- DotNetBrowser.Print.Events
- Assembly
- DotNetBrowser.dll
Event arguments for the PageCountUpdated event.
public sealed class PageCountUpdatedEventArgs<TPrintSettings> : EventArgs where TPrintSettings : class, IPrintSettings
Type Parameters
TPrintSettings
The print settings type.
- Inheritance
-
PageCountUpdatedEventArgs<TPrintSettings>
- Inherited Members
Properties
- PageCount
Gets the total number of pages to be printed.
- PrintJob
Gets the print job associated with this event.