Gets and sets a value which specifies how dithering is to be done (if the printer supports this feature).
public int UserDither {get; set;}
public: __property int get_UserDither();
public: __property void set_UserDither(
int value
);
public:
property int UserDither {
int get();
void set ( int value);
}
'Declaration
Public Property UserDither As Integer
'Usage
Dim instance As Printer
Dim value As Integer
instance.UserDither = value
value = instance.UserDither
Property Value
An integer value which represents the dithering to be performed.