SVGImageElementBuilder.Href
SVGImageElementBuilder.Href method
Sets the ‘href’ attribute of the SVG ‘image’ element, specifying the URL of the image to be embedded.
public SVGImageElementBuilder Href(string value)
Parameter | Type | Description |
---|---|---|
value | String | The URL of the image. |
Return Value
The current instance of SVGImageElementBuilder for method chaining.
See Also
- class SVGImageElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG