ImageGear .NET - Updated
ImGearFlipRotation Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearFlipRotation Enumeration
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
MemberDescription
BOOKThe images to be scanned are viewed in book form, flipping each page from left to right or right to left.
FANFOLDThe 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

Reference

ImageGear.TWAIN Namespace