| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaOrientation Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum WiaOrientation : Enum  | |
| C++/CLI | |
|---|---|
public enum class WiaOrientation : public Enum  | |
| Member | Description | 
|---|---|
| Portrait | 0 degrees. | 
| Landscape | 90-degree counter-clockwise rotation, relative to the Portrait orientation. | 
| 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 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code