| Leadtools.Wia Namespace > WiaProperties Structure : Orientation Property | 
public WiaOrientation Orientation {get; set;}
'Declaration Public Property Orientation As WiaOrientation
'Usage Dim instance As WiaProperties Dim value As WiaOrientation instance.Orientation = value value = instance.Orientation
public: property WiaOrientation Orientation { WiaOrientation get(); void set ( WiaOrientation value); }
| 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.