Gets or sets the dithering method to be used for monochrome conversion.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
| C# |
|---|
public DitherMethod DitherMethod { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DitherMethod As DitherMethod |
| Visual C++ |
|---|
public: property DitherMethod DitherMethod { DitherMethod get (); void set (DitherMethod value); } |