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);
}
See Also