Get or set the number of copies of the document to print.

Namespace: Spire.Pdf.Print
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public short Copies { get; set; }
Public Property Copies As Short
	Get
	Set
public:
property short Copies {
	short get ();
	void set (short value);
}
member Copies : int16 with get, set

Property Value

Int16

See Also