ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / Orientation Property




In This Topic
    Orientation Property (ImGearARTPage)
    In This Topic
    Gets or sets the orientation of the annotation page layout.
    Syntax
    'Declaration
     
    Public Property Orientation As IImGearOrientation
    'Usage
     
    Dim instance As ImGearARTPage
    Dim value As IImGearOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    public IImGearOrientation Orientation {get; set;}
    public: __property IImGearOrientation* get_Orientation();
    public: __property void set_Orientation( 
       IImGearOrientation* value
    );
    public:
    property IImGearOrientation^ Orientation {
       IImGearOrientation^ get();
       void set (    IImGearOrientation^ value);
    }

    Property Value

    ImageGear.Core.ImGearOrientationModes enumeration value.
    Remarks
    The default value is ImGearOrientationModes.TOP_LEFT. 1 for XML objects. See Bounds property for more information about the page layout rectangle.
    See Also