Accusoft.PrintPro8.Net
MaxCopies Property




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

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

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback