Get or set the number of copies of the document to print.
Namespace: Spire.Pdf.PrintAssembly: 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