Click or drag to resize

QRCodeOptionsDetectNonSquareQRCodes Property

Enables attempt to recognize "non-square" QRCode barcodes. 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 DetectNonSquareQRCodes { get; set; }

Property Value

Type: Boolean
Remarks
Enabling this property leads to the additional detection routines which can increase barcodes detection time and possible false positive results.
See Also