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




In This Topic
    ImGearFlipRotation Enumeration
    In This Topic
    This enumeration determines the orientation of images that flip orientation of every other image.
    Syntax
    'Declaration
     
    Public Enum ImGearFlipRotation 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearFlipRotation
    public enum ImGearFlipRotation : System.Enum 
    __value public enum ImGearFlipRotation : public System.Enum 
    public enum class ImGearFlipRotation : public System.Enum 
    Members
    MemberValueDescription
    BOOK0The images to be scanned are viewed in book form, flipping each page from left to right or right to left.
    FANFOLD1The images to be scanned are viewed in fanfold paper style, flipping each page up or down.
    Remarks
    ImGearCapabilities.ICAP_FLIPROTATION capability values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.TWAIN.ImGearFlipRotation

    See Also