Click or drag to resize

IPagesPerSheetTPrintSettingsPagesPerSheet Property

Gets or sets the number of pages per sheet.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
PagesPerSheet PagesPerSheet { get; set; }

Property Value

Type: PagesPerSheet
The number of pages per sheet.
Exceptions
ExceptionCondition
ArgumentExceptionThe specified number of pages per sheet is not supported by the printer.
See Also