Table of Contents

Property Copies

Namespace
DotNetBrowser.Print.Settings
Assembly
DotNetBrowser.dll

Copies

Gets or sets the number of copies to print.

int Copies { get; set; }

Property Value

int

The number of copies to print. Cannot be zero or negative.

Exceptions

ArgumentException

The specified copies number is less than or equal to zero.

ArgumentException

The specified copies number is not supported by the printer.