Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables or disables dithering.
Definition
Visual Basic Public Property DitherEnable As Boolean C# public bool DitherEnable { get; set; } C++ public:
property bool DitherEnable {
bool get();
void set(bool value);
}JScript public function get DitherEnable() : boolean
public function set DitherEnable(boolean);
Property Value
System.Boolean
Set to true to enable dithering, or false to disable it.This property is read/write.
Remarks
The default value is false.