ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearPageDisplay Interface / Orientation Property




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