ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeOrientationInfo Enumeration




In This Topic
    ImGearBarcodeOrientationInfo Enumeration
    In This Topic
    Specifies the orientation for the barcode search.
    Syntax
    'Declaration
     
    <BrowsableAttribute(True)>
    Public Enum ImGearBarcodeOrientationInfo 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearBarcodeOrientationInfo
    [Browsable(true)]
    public enum ImGearBarcodeOrientationInfo : System.Enum 
    [Browsable(true)]
    __value public enum ImGearBarcodeOrientationInfo : public System.Enum 
    [Browsable(true)]
    public enum class ImGearBarcodeOrientationInfo : public System.Enum 
    Members
    MemberValueDescription
    Horizontal1Barcodes with only a horizontal orientation will be searched.
    HorizontalVertical0Search for barcodes in horizontal and vertical direction.
    HorizontalVerticalDiagonal3Barcodes will be searched for in Horizotal, Vertical and 45 degrees. This will increase processing time.
    Vertical2Barcodes 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
             ImageGear.Barcode.ImGearBarcodeOrientationInfo

    See Also