SearchDistortedQRBarcodes Property (ReaderSettings)
Gets or sets a value indicating whether the barcode reader searches "distorted" QR barcodes.
[DefaultValue(True)]
[Description("Barcode reader searches "distorted" QR barcodes.")]
public bool SearchDistortedQRBarcodes { get; set; }
[DefaultValue(True)]
[Description("Barcode reader searches "distorted" QR barcodes.")]
public: __property bool get_SearchDistortedQRBarcodes();
public: __property void set_SearchDistortedQRBarcodes(
bool
);
Property Value
false - search of "distorted" QR barcodes is disabled; true - search of "distorted" QR barcodes is enabled. Default value is true.
"Distorted" barcode is not rectangular barcode (trapezoid, etc) which in most cases are received from web- or photo camera.
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