VintaSoft Barcode .NET SDK 15.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; }
    
    
    [DefaultValue(True)]
    [Description("Barcode reader searches "distorted" QR barcodes.")]
    public: __property bool get_SearchDistortedQRBarcodes();
    public: __property void set_SearchDistortedQRBarcodes(
    bool value
    );
    [DefaultValue(True)]
    [Description("Barcode reader searches "distorted" QR barcodes.")]
    public:
    property bool SearchDistortedQRBarcodes { bool get(); void set(bool value); }

    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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also