Leadtools.Workflow.Scan Namespace : PageOrientation Enumeration |
public enum PageOrientation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum PageOrientation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As PageOrientation
public enum class PageOrientation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0xFFFFFFFF | Default | Currently selected value. |
0x00000000 | Rotate0 | Rotate0 |
0x00000000 | Portrait | Portrait |
0x00000001 | Rotate90 | Rotate90 |
0x00000002 | Rotate180 | Rotate180 |
0x00000003 | Landscape | Landscape |
0x00000003 | Rotate270 | Rotate270 |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.Scan.PageOrientation