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.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.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