ImageGear .NET - Updated
Orientation Property (IImGearPageDisplay)




ImageGear24.Core Assembly > ImageGear.Display Namespace > IImGearPageDisplay Interface : Orientation Property
Gets image orientation attributes.
Syntax
'Declaration
 
ReadOnly Property Orientation As IImGearOrientation
'Usage
 
Dim instance As IImGearPageDisplay
Dim value As IImGearOrientation
 
value = instance.Orientation
IImGearOrientation Orientation {get;}
__property IImGearOrientation* get_Orientation();
property IImGearOrientation^ Orientation {
   IImGearOrientation^ get();
}

Property Value

ImageGear.Core.ImGearOrientation structure.
Remarks
Value returned is a reference to ImGearPageDisplay internal object. Accordingly, its modification affects parent ImGearPageDisplay.
See Also

Reference

IImGearPageDisplay Interface
IImGearPageDisplay Members
ImGearOrientation Structure