ImageGear .NET - Updated
ImGearOrientation Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearOrientation Enumeration
This enumeration determines which edge of the paper the image's top is aligned with.
Syntax
'Declaration
 
Public Enum ImGearOrientation 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearOrientation
public enum ImGearOrientation : System.Enum 
__value public enum ImGearOrientation : public System.Enum 
public enum class ImGearOrientation : public System.Enum 
Members
MemberDescription
LANDSCAPELandscape orientation.
PORTRAITPortrait orientation.
ROT0Normal orientation.
ROT180Rotated 180 degrees clockwise orientation.
ROT270Rotated 270 degrees clockwise orientation.
ROT90Rotated 90 degrees clockwise orientation.
Remarks
ImGearCapabilities.ICAP_ORIENTATION capability values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.TWAIN.ImGearOrientation

See Also

Reference

ImageGear.TWAIN Namespace