ClearImage .NET API
Horizontal Property





Inlite.ClearImageNet Namespace > BarcodeReader Class : Horizontal Property
Enables/disables reading of substantially horizontal barcodes (default true)
Syntax
'Declaration
 
Public Property Horizontal As System.Boolean
'Usage
 
Dim instance As BarcodeReader
Dim value As System.Boolean
 
instance.Horizontal = value
 
value = instance.Horizontal
public System.bool Horizontal {get; set;}
public read-write property Horizontal: System.Boolean; 
public function get,set Horizontal : System.boolean
public:
property System.bool Horizontal {
   System.bool get();
   void set (    System.bool value);
}
Remarks
For faster processing set to false if horizontal barcodes are not expected.
See Also

Reference

BarcodeReader Class
BarcodeReader Members