NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrinterSettings.Copies

Gets or sets the number of copies to print.

[Visual Basic]
Public Property Copies As Short
[C#]
public short Copies {get; set;}
[C++]
public: __property short get_Copies();
public: __property void set_Copies(short);
[JScript]
public function get Copies() : Int16;
public function set Copies(Int16);

Property Value

The number of copies to print.

See Also

PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace | DefaultPageSettings | Duplex | FromPage | LandscapeAngle | MaximumCopies | MaximumPage | MinimumPage | PrintRange | PrinterName | ToPage