Accusoft.PrintPro8.Net
Dither Property




Gets and sets a value that specifies how dithering is to be done (if the printer supports this feature).
Syntax
public PrintDitherType Dither {get; set;}
public: __property PrintDitherType get_Dither();
public: __property void set_Dither( 
   PrintDitherType value
);
public:
property PrintDitherType Dither {
   PrintDitherType get();
   void set (    PrintDitherType value);
}
'Declaration
 
Public Property Dither As PrintDitherType
 
'Usage
 
Dim instance As Printer
Dim value As PrintDitherType
 
instance.Dither = value
 
value = instance.Dither

Property Value

A PrintDitherType enumeration value option.
See Also

Reference

Printer Class
Printer Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback