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

Namespace: Neodynamic.WebControls.BarcodeProfessional
Assembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.0.2000.0)

Syntax

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

See Also