ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearBarcodeRotation Enumeration




In This Topic
    ImGearBarcodeRotation Enumeration
    In This Topic
    The bar code's orientation on the scanned image.
    Syntax
    'Declaration
     
    Public Enum ImGearBarcodeRotation 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearBarcodeRotation
    public enum ImGearBarcodeRotation : System.Enum 
    __value public enum ImGearBarcodeRotation : public System.Enum 
    public enum class ImGearBarcodeRotation : public System.Enum 
    Members
    MemberValueDescription
    ROT00No rotation.
    ROT1802Rotation on 180 degrees.
    ROT2703Rotation on 270 degrees.
    ROT901Rotation on 90 degrees.
    ROTX4Rotation on 360 degrees.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.TWAIN.ImGearBarcodeRotation

    See Also