VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / SearchDistortedQRBarcodes Property
Syntax Remarks Requirements SeeAlso
In This Topic
SearchDistortedQRBarcodes Property (ReaderSettings)
In This Topic
Gets or sets a value indicating whether the barcode reader searches "distorted" QR barcodes.
Syntax
'Declaration

<DefaultValueAttribute(True)>
<DescriptionAttribute("Barcode reader searches "distorted" QR barcodes.")>
Public Property SearchDistortedQRBarcodes As Boolean

[DefaultValue(True)]
[Description("Barcode reader searches "distorted" QR barcodes.")]
public bool SearchDistortedQRBarcodes { get; set; }

Property Value

false - search of "distorted" QR barcodes is disabled; true - search of "distorted" QR barcodes is enabled. Default value is true.
Remarks

"Distorted" barcode is not rectangular barcode (trapezoid, etc) which in most cases are received from web- or photo camera.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also