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.4.0.9.0.377 (.NET 4.5.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