Accusoft.PrintProSdk Namespace > Printer Class : Dither Property |
'Declaration Public Property Dither As PrintDitherType
'Usage Dim instance As Printer Dim value As PrintDitherType instance.Dither = value value = instance.Dither
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); }