←Select platform

WiaOrientation Enumeration

Summary

Original orientation of a page or image to be acquired. For more information please refer to WIA_IPS_ORIENTATION property ID in Microsoft Windows SDK Documentation.

Syntax

C#
VB
C++
public enum WiaOrientation 
  
Public Enum WiaOrientation  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class WiaOrientation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0Portrait0 degrees.
1Landscape90-degree counter-clockwise rotation, relative to the Portrait orientation.
2Rotate180180-degree counter-clockwise rotation, relative to the Portrait orientation.
3Rotate270270-degree counter-clockwise rotation, relative to the Portrait orientation.
Example

For an example, refer to WiaSession.GetRootItem

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly