ClearImage .NET API
Vertical Property





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

Reference

BarcodeReader Class
BarcodeReader Members