Accusoft.PrintPro8.Net
Copies Property




Gets and sets the number of copies to be printed.
Syntax
'Declaration
 
Public Property Copies As Integer
'Usage
 
Dim instance As Printer
Dim value As Integer
 
instance.Copies = value
 
value = instance.Copies
public int Copies {get; set;}
public: __property int get_Copies();
public: __property void set_Copies( 
   int value
);
public:
property int Copies {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the number of copies to be printed.
Remarks

The default value is 0.

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback