Specifies the orientation for the barcode search.
Syntax
'Declaration
<BrowsableAttribute(True)>
<ObsoleteAttribute("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")>
Public Enum ImGearBarcodeOrientationInfo
Inherits System.Enum
[Browsable(true)]
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
public enum ImGearBarcodeOrientationInfo : System.Enum
[Browsable(true)]
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
__value public enum ImGearBarcodeOrientationInfo : public System.Enum
[Browsable(true)]
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
public enum class ImGearBarcodeOrientationInfo : public System.Enum
Members
Member | Description |
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.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Barcode.ImGearBarcodeOrientationInfo
See Also