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: 6.0.2000.0 (6.0.2000.1)

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