Gets the maximum resolution available.
'Declaration
Public ReadOnly Property MaxDpi As Integer
'Usage
Dim instance As Printer
Dim value As Integer
value = instance.MaxDpi
public: __property int get_MaxDpi();
public:
property int MaxDpi {
int get();
}
Property Value
An integer value which represents the maximum resolution available.