Gets or sets a value indicating whether the output image must be converted to monochrome a.k.a. Black and White 1 bit per pixel format.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public bool Monochrome { get; set; }
Visual Basic (Declaration)
Public Property Monochrome As Boolean
Visual C++
public:
property bool Monochrome {
	bool get ();
	void set (bool value);
}

See Also