ClearImage .NET API
Ean13 Property





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

Reference

BarcodeReader Class
BarcodeReader Members