BarcodeControlProduceMonochromeImages Property ByteScout Barcode SDK
Gets or sets a value indicating whether the component should produce monochrome (1-bit, black and white) images.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.WinForms (in Bytescout.BarCode.WinForms.dll) Version: 7.6.3.1256-master
Syntax

public bool ProduceMonochromeImages { get; set; }

Property Value

Type: Boolean
true if images should be saved in monochrome format; otherwise, false.

Implements

IBarcodeProduceMonochromeImages
Remarks

Note: 1-bit monochrome images can be created only in BMP, PNG and TIFF image formats.
See Also

Reference