WiaScannerItemRotation Enumeration

Summary

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
C#
VB
C++
public enum WiaScannerItemRotation 
  
Public Enum WiaScannerItemRotation  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class WiaScannerItemRotation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0PortraitThe driver will not rotate the image.
1LandscapeThe driver rotates the image 90 degrees counterclockwise.
2Rotate180The driver rotates the image 180 degrees counterclockwise.
3Rotate270The driver rotates the image 270 degrees counterclockwise.

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly