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

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

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.2.1237-master
Syntax

public bool ProduceMonochromeImages { get; set; }

Property Value

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

Reference