←Select platform

WiaScannerItemRotation Enumeration

Summary
How much (if at all) to rotate the image before image data is sent back to the application. For more information, refer to the WIA_IPS_ROTATION property ID in the Microsoft Windows SDK Documentation.

Syntax
C#
C++/CLI
Python
public enum WiaScannerItemRotation 
public enum class WiaScannerItemRotation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class WiaScannerItemRotation(Enum): 
   Portrait = 0 
   Landscape = 1 
   Rotate180 = 2 
   Rotate270 = 3 
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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.