Accusoft.PrintPro8.Net
UserDither Property




Gets and sets a value which specifies how dithering is to be done (if the printer supports this feature).
Syntax
'Declaration
 
Public Property UserDither As Integer
'Usage
 
Dim instance As Printer
Dim value As Integer
 
instance.UserDither = value
 
value = instance.UserDither
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);
}

Property Value

An integer value which represents the dithering to be performed.
Remarks

Use this property when the desired setting is manufacturer specific.

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback