Accusoft.PrintPro8.Net
MaxCopies Property




Gets the number of copies that the printer can print.
Syntax
'Declaration
 
Public ReadOnly Property MaxCopies As Integer
'Usage
 
Dim instance As Printer
Dim value As Integer
 
value = instance.MaxCopies
public int MaxCopies {get;}
public: __property int get_MaxCopies();
public:
property int MaxCopies {
   int get();
}

Property Value

An integer value which represents the number of copies that the printer can print.
Remarks

The default value is 0.

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback