ImageGear .NET - Updated
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
public IImGearOrientation Orientation {get; set;}
public: __property IImGearOrientation* get_Orientation();
public: __property void set_Orientation( 
   IImGearOrientation* value
);
public:
property IImGearOrientation^ Orientation {
   IImGearOrientation^ get();
   void set (    IImGearOrientation^ value);
}

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