[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgImageElement

SvgImageElement Class

Represents the 'image' element.

Inheritance
SvgImageElement
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgImageElement : SvgGraphicsElement
Public Class SvgImageElement
    Inherits SvgGraphicsElement

Constructors

Name Description
SvgImageElement()

Initializes a new instance of the SvgImageElement class.

Fields

Name Description
SvgName

Gets the SVG name of SvgImageElement.

Properties

Name Description
ElementName

Gets the SVG name of the current element.

Height

Gets or sets the image height.

Href

Gets or sets a reference with the embedded image data.

MaxHeight

Gets or sets the maximum content height.

MaxWidth

Gets or sets the maximum content width.

MinHeight

Gets or sets the minimum content height.

MinWidth

Gets or sets the minimum content width.

PreserveAspectRatio

Gets or sets a value indicating how the image should be fitted with respect to the reference rectangle.

Width

Gets or sets the image width.

X

Gets or sets the horizontal coordinate.

Y

Gets or sets the vertical coordinate.