Link Search Menu Expand Document

QRCodeProduceMonochromeImages Property

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.0.1228-master
Syntax
public bool ProduceMonochromeImages { get; set; }

Property Value

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

Reference