Gets the number of copies that the printer can print.
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.