ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.Display Namespace / ImGearPresentationPageDisplay Class / Orientation Property




In This Topic
    Orientation Property (ImGearPresentationPageDisplay)
    In This Topic
    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