ClearImageNet Send comments on this topic.
Horizontal Property
See Also 
Inlite.ClearImageNet Namespace > BarcodeReader Class : Horizontal Property




Enables/disables reading of substantially horizontal barcodes (default true)

Syntax

Visual Basic (Declaration) 
Public Property Horizontal As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BarcodeReader
Dim value As Boolean
 
instance.Horizontal = value
 
value = instance.Horizontal
C# 
public bool Horizontal {get; set;}
Managed Extensions for C++ 
public: __property bool get_Horizontal();
public: __property void set_Horizontal( 
   bool value
);
C++/CLI 
public:
property bool Horizontal {
   bool get();
   void set (bool value);
}

Remarks

For faster processing set to false if horizontal barcodes are not expected.

See Also

Generated from assembly ClearImageNet [5.7.1.0]