Click or drag to resize

IPrintJobTPrintSettingsPageCountUpdated Event

Occurs when the total number of pages to be printed is updated.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
event EventHandler<PageCountUpdatedEventArgs<TPrintSettings>> PageCountUpdated

Value

Type: SystemEventHandlerPageCountUpdatedEventArgsTPrintSettings
Exceptions
Remarks
The page count is updated each time when the Apply method is called.
See Also