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



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

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

Members

MemberDescription
LandscapeThe driver rotates the image 90 degrees counterclockwise.
PortraitThe driver will not rotate the image.
Rotate180The driver rotates the image 180 degrees counterclockwise.
Rotate270The driver rotates the image 270 degrees counterclockwise.

Inheritance Hierarchy

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

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