ClearImage .NET API
Ean8 Property





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

Reference

BarcodeReader Class
BarcodeReader Members