Accusoft.Forms1 - Updated
OrientationInfo Enumeration



Accusoft.BarcodeXpressSdk Namespace : OrientationInfo Enumeration
Specifies the orientation for the barcode search.
Syntax
<BrowsableAttribute(True)>
Public Enum OrientationInfo 
   Inherits System.Enum
Dim instance As OrientationInfo
[Browsable(true)]
public enum OrientationInfo : System.Enum 
[Browsable(true)]
public enum class OrientationInfo : public System.Enum 
Members
MemberDescription
AllOrientations

The AllOrientations value is deprecated. Use HorizontalVertical instead.

Barcodes with both a vertical and horizontal orientation will be searched.

The default value is HorizontalVertical.

Horizontal Barcodes with only a horizontal orientation will be searched.
HorizontalVertical Search for barcodes in horizontal and vertical direction
HorizontalVerticalDiagonal Barcodes will be searched for in Horizotal, Vertical and 45 degrees. This will increase processing time
Vertical Barcodes with only a vertical orientation will be searched.
Remarks

The default value is HorizontalVertical.

To improve recognition and speed by reducing search criteria, set this property correctly.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.BarcodeXpressSdk.OrientationInfo

See Also

Reference

Accusoft.BarcodeXpressSdk Namespace