ClearImageNet Send comments on this topic.
QR Property
See Also 
Inlite.ClearImageNet Namespace > BarcodeReader Class : QR Property




Enables/disables reading of QR barcodes

Syntax

Visual Basic (Declaration) 
Public Property QR As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BarcodeReader
Dim value As Boolean
 
instance.QR = value
 
value = instance.QR
C# 
public bool QR {get; set;}
Managed Extensions for C++ 
public: __property bool get_QR();
public: __property void set_QR( 
   bool value
);
C++/CLI 
public:
property bool QR {
   bool get();
   void set (bool value);
}

Remarks

Licensing: Requires ClearImage QR license

See Also

Generated from assembly ClearImageNet [5.7.1.0]