'Declaration <DescriptionAttribute("Barcode reader searches "distorted" QR barcodes.")> <DefaultValueAttribute(True)> Public Property SearchDistortedQRBarcodes As Boolean
[Description("Barcode reader searches "distorted" QR barcodes.")] [DefaultValue(True)] public bool SearchDistortedQRBarcodes { get; set; }
[Description("Barcode reader searches "distorted" QR barcodes.")] [DefaultValue(True)] public: __property bool get_SearchDistortedQRBarcodes(); public: __property void set_SearchDistortedQRBarcodes(
bool value
);
[Description("Barcode reader searches "distorted" QR barcodes.")] [DefaultValue(True)] 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.