ClearImage .NET API
QR Property





Inlite.ClearImageNet Namespace > BarcodeReader Class : QR Property
Enables/disables reading of QR barcodes
Syntax
'Declaration
 
Public Property QR As System.Boolean
'Usage
 
Dim instance As BarcodeReader
Dim value As System.Boolean
 
instance.QR = value
 
value = instance.QR
public System.bool QR {get; set;}
public read-write property QR: System.Boolean; 
public function get,set QR : System.boolean
public:
property System.bool QR {
   System.bool get();
   void set (    System.bool value);
}
See Also

Reference

BarcodeReader Class
BarcodeReader Members