LEADTOOLS WIA (Leadtools.Wia assembly)

WiaOrientation Enumeration

Show in webframe





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
'Declaration
 
Public Enum WiaOrientation 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As WiaOrientation

            

            
public enum class WiaOrientation : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000Portrait0 degrees.
0x00000001Landscape90-degree counter-clockwise rotation, relative to the Portrait orientation.
0x00000002Rotate180180-degree counter-clockwise rotation, relative to the Portrait orientation.
0x00000003Rotate270270-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

See Also

Reference

Leadtools.Wia Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.