Gets or sets the dithering method to be used for monochrome conversion.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.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);
}

See Also