ImageGear .NET - Updated October 2, 2018
Orientation Property (ImGearARTPage)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class : Orientation Property
Gets or sets the orientation of the annotation page layout.
Syntax
'Declaration
 
Public Property Orientation As IImGearOrientation
 
'Usage
 
Dim instance As ImGearARTPage
Dim value As IImGearOrientation
 
instance.Orientation = value
 
value = instance.Orientation

Property Value

ImageGear.Core.ImGearOrientationModes enumeration value.
Remarks
The default value is ImGearOrientationModes.TOP_LEFT. 1 for XML objects. See Bounds property for more information about the page layout rectangle.
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members
ImGearOrientation Structure
ImGearOrientationModes Enumeration