| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaOrientation Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WiaOrientation | |
| C# | |
|---|---|
public enum WiaOrientation : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class WiaOrientation : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Landscape | 90-degree counter-clockwise rotation, relative to the Portrait orientation. |
| Portrait | 0 degrees. |
| Rotate180 | 180-degree counter-clockwise rotation, relative to the Portrait orientation. |
| Rotate270 | 270-degree counter-clockwise rotation, relative to the Portrait orientation. |
For an example, refer to WiaSession.GetRootItem
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaOrientation
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code