ImageGear .NET v24.12 - Updated
Orientation Property (ImGearPresentationPageDisplay)




ImageGear24.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : Orientation Property
Gets image orientation attributes.
Syntax
'Declaration
 
<BindableAttribute(True)>
Public ReadOnly Property Orientation As IImGearOrientation
'Usage
 
Dim instance As ImGearPresentationPageDisplay
Dim value As IImGearOrientation
 
value = instance.Orientation
[Bindable(true)]
public IImGearOrientation Orientation {get;}
[Bindable(true)]
public: __property IImGearOrientation* get_Orientation();
[Bindable(true)]
public:
property IImGearOrientation^ Orientation {
   IImGearOrientation^ get();
}

Property Value

ImageGear.Core.ImGearOrientation structure.
See Also

Reference

ImGearPresentationPageDisplay Class
ImGearPresentationPageDisplay Members
ImGearOrientation Structure