Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaOrientation
C# 
public enum WiaOrientation : Enum 
C++/CLI 
public enum class WiaOrientation : public Enum 

Members

MemberDescription
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.

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 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also