Gets and sets the current DPI resolution.
public int RequestedDpi {get; set;}
public: __property int get_RequestedDpi();
public: __property void set_RequestedDpi(
int value
);
public:
property int RequestedDpi {
int get();
void set ( int value);
}
'Declaration
Public Property RequestedDpi As Integer
'Usage
Dim instance As Printer
Dim value As Integer
instance.RequestedDpi = value
value = instance.RequestedDpi
Property Value
An integer value which represents the current DPI resolution.