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.SDK.BarcodeAssembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 4.0.2000.0 (4.0.2000.0)
public bool Monochrome { get; set; }
public bool Monochrome { get; set; }
Public Property Monochrome As Boolean
Get
Set
Public Property Monochrome As Boolean
Get
Set
public:
property bool Monochrome {
bool get ();
void set (bool value);
}
public:
property bool Monochrome {
bool get ();
void set (bool value);
}
member Monochrome : bool with get, set
member Monochrome : bool with get, set
Property Value
Type:
Boolean