C#
VB
C++
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.
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
Value | Member | Description |
---|---|---|
0 | Portrait | 0 degrees. |
1 | Landscape | 90-degree counter-clockwise rotation, relative to the Portrait orientation. |
2 | Rotate180 | 180-degree counter-clockwise rotation, relative to the Portrait orientation. |
3 | Rotate270 | 270-degree counter-clockwise rotation, relative to the Portrait orientation. |
For an example, refer to WiaSession.GetRootItem
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET