Leadtools.Wia Namespace : WiaOrientation Enumeration |
public enum WiaOrientation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum WiaOrientation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As WiaOrientation
public enum class WiaOrientation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Portrait | 0 degrees. |
0x00000001 | Landscape | 90-degree counter-clockwise rotation, relative to the Portrait orientation. |
0x00000002 | Rotate180 | 180-degree counter-clockwise rotation, relative to the Portrait orientation. |
0x00000003 | Rotate270 | 270-degree counter-clockwise rotation, relative to the Portrait orientation. |
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaOrientation