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

Members

MemberDescription
Portrait The driver will not rotate the image.
Landscape The driver rotates the image 90 degrees counterclockwise.
Rotate180 The driver rotates the image 180 degrees counterclockwise.
Rotate270 The driver rotates the image 270 degrees counterclockwise.

Inheritance Hierarchy

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

Requirements

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

See Also