Click or drag to resize

ICopiesTPrintSettingsCopies Property

Gets or sets the number of copies to print.

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

Property Value

Type: Int32
The number of copies to print. Cannot be zero or negative.
Exceptions
ExceptionCondition
ArgumentExceptionThe specified copies number is less than or equal to zero.
ArgumentExceptionThe specified copies number is not supported by the printer.
See Also