Click or drag to resize

PageCountUpdatedEventArgsTPrintSettingsPageCount Property

Gets the total number of pages to be printed.

Namespace:  DotNetBrowser.Print.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public int PageCount { get; }

Property Value

Type: Int32
The total number of pages to be printed.
See Also