LEADTOOLS WIA (Leadtools.Wia assembly)

WiaScannerItemRotation Enumeration

Show in webframe





How much (if at all) to rotate the image before image data is sent back to the application. For more information, please refer to the WIA_IPS_ROTATION property ID in the Microsoft Windows SDK Documentation.
Syntax
public enum WiaScannerItemRotation : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum WiaScannerItemRotation 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As WiaScannerItemRotation

            

            
public enum class WiaScannerItemRotation : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000PortraitThe driver will not rotate the image.
0x00000001LandscapeThe driver rotates the image 90 degrees counterclockwise.
0x00000002Rotate180The driver rotates the image 180 degrees counterclockwise.
0x00000003Rotate270The driver rotates the image 270 degrees counterclockwise.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaScannerItemRotation

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

 

 


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