ClearImage .NET API
Upce Property





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

Reference

BarcodeReader Class
BarcodeReader Members