Gets or sets the original orientation of a page or image to be acquired.
public WiaOrientation Orientation { get; set; } Public Property Orientation As Leadtools.Wia.WiaOrientation
public:property Leadtools.Wia.WiaOrientation Orientation {Leadtools.Wia.WiaOrientation get();void set ( Leadtools.Wia.WiaOrientation );}
The original orientation of a page or image to be acquired. Possible values are (according to Microsoft SDK documentation):
| 0 degrees. | |
| 90-degree counter-clockwise rotation, relative to the Portrait orientation. | |
| 180-degree counter-clockwise rotation, relative to the Portrait orientation. | |
| 270-degree counter-clockwise rotation, relative to the Portrait orientation. |
For more information about the orientation modes, please refer to the WIA_IPS_ORIENTATION property ID in Microsoft Windows SDK Documentation.
Refer to WiaSession.GetRootItem example.
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
