ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPDimensions Class / Height Property




In This Topic
    Height Property (ImGearXMPDimensions)
    In This Topic
    Gets or sets height.
    Syntax
    'Declaration
     
    Public Property Height As ImGearXMPReal
    'Usage
     
    Dim instance As ImGearXMPDimensions
    Dim value As ImGearXMPReal
     
    instance.Height = value
     
    value = instance.Height
    public ImGearXMPReal Height {get; set;}
    public: __property ImGearXMPReal* get_Height();
    public: __property void set_Height( 
       ImGearXMPReal* value
    );
    public:
    property ImGearXMPReal^ Height {
       ImGearXMPReal^ get();
       void set (    ImGearXMPReal^ value);
    }

    Property Value

    ImGearXMPReal class value.
    See Also