Gets or sets the original orientation of a page or image to be acquired.
             
             
             
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property Orientation As WiaOrientation  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As WiaProperties
Dim value As WiaOrientation
 
instance.Orientation = value
 
value = instance.Orientation
  | 
 
             
             
            Return Value
            The original orientation of a page or image to be acquired. Possible values are (according to Microsoft SDK documentation):
            
For more information about the orientation modes, please refer to the WIA_IPS_ORIENTATION property ID in Microsoft Windows SDK Documentation.
  
             
             
            
Example
 
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also