ClearImage .NET API
Patch Property





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

Reference

BarcodeReader Class
BarcodeReader Members