Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgImageElement Class / Height Property

In This Topic
    Height Property (SvgImageElement)
    In This Topic
    Gets or sets the image height.
    Syntax
    'Declaration
     
    Public Property Height As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> Height {get; set;}
    See Also