LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaOrientation Enumeration
See Also  
Leadtools.Wia Namespace : WiaOrientation Enumeration



Original orientation of a page or image to be acquired. For more information please refer to WIA_IPS_ORIENTATION property ID in Microsoft Windows SDK Documentation.

Syntax

Visual Basic (Declaration) 
Public Enum WiaOrientation 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaOrientation
C# 
public enum WiaOrientation : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class WiaOrientation : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Landscape90-degree counter-clockwise rotation, relative to the Portrait orientation.
Portrait0 degrees.
Rotate180180-degree counter-clockwise rotation, relative to the Portrait orientation.
Rotate270270-degree counter-clockwise rotation, relative to the Portrait orientation.

Example

For an example, refer to WiaSession.GetRootItem

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaOrientation

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also