ImageGear .NET - Updated
Orientation Property (ImGearPageDisplay)




ImageGear24.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class : Orientation Property
Gets image orientation attributes.
Syntax
'Declaration
 
Public ReadOnly Property Orientation As IImGearOrientation
'Usage
 
Dim instance As ImGearPageDisplay
Dim value As IImGearOrientation
 
value = instance.Orientation
public IImGearOrientation Orientation {get;}
public: __property IImGearOrientation* get_Orientation();
public:
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

ImGearPageDisplay Class
ImGearPageDisplay Members
ImGearOrientation Structure