System.Drawing.Printing.PrinterSettings.Copies Property

Gets or sets the number of copies of the document to print.

Syntax

public short Copies { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Not all printers support printing multiple copes. You can use the PrinterSettings.MaximumCopies property to determine the maximum number of copies the printer supports. If the number of copies is set higher than the maximum copies supported by the printer, only the maximum number of copies will be printed, and no exception will occur.

Note:

Some printers might not support printing more than one copy at a time.

Requirements

Namespace: System.Drawing.Printing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0