Specifies the orientation for the barcode search.
Syntax
Members
Member | Value | Description |
AllOrientations | 0 | 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 | 1 |
Barcodes with only a horizontal orientation will be searched.
|
HorizontalVertical | 0 |
Search for barcodes in horizontal and vertical direction
|
HorizontalVerticalDiagonal | 3 |
Barcodes will be searched for in Horizotal, Vertical and 45 degrees. This will increase processing time
|
Vertical | 2 |
Barcodes with only a vertical orientation will be searched.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Accusoft.BarcodeXpressSdk.OrientationInfo
See Also