Click or drag to resize

QRCodeOptionsDetectMirroredQRCodes Property

Enables attempt to recognize QRCode barcodes on the mirrored image. By default the value is False.

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public bool DetectMirroredQRCodes { get; set; }

Property Value

Type: Boolean
Remarks
Enabling this property leads to the additional detection routines which increases barcodes detection time.
See Also