ImageGear23.Twain Assembly > ImageGear.TWAIN Namespace : ImGearOrientation Enumeration |
'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
Member | Value | Description |
---|---|---|
LANDSCAPE | 3 | Landscape orientation. |
PORTRAIT | 0 | Portrait orientation. |
ROT0 | 0 | Normal orientation. |
ROT180 | 2 | Rotated 180 degrees clockwise orientation. |
ROT270 | 3 | Rotated 270 degrees clockwise orientation. |
ROT90 | 1 | Rotated 90 degrees clockwise orientation. |
System.Object
System.ValueType
System.Enum
ImageGear.TWAIN.ImGearOrientation