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.WinControls.BarcodeProfessional
Assembly:  Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.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