Event PageCountUpdated
- Namespace
- DotNetBrowser.Print
- Assembly
- DotNetBrowser.dll
Occurs when the total number of pages to be printed is updated.
event EventHandler<PageCountUpdatedEventArgs<TPrintSettings>> PageCountUpdated
Returns
- EventHandler<PageCountUpdatedEventArgs<TPrintSettings>>
- Occurs when the total number of pages to be printed is updated.
Remarks
The page count is updated each time when the Apply() method is called.