ClearImage .NET API
Ucc128 Property





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

Reference

BarcodeReader Class
BarcodeReader Members