href method
href
Sets the ‘href’ attribute of the SVG ‘image’ element, specifying the URL of the image to be embedded.
Returns
The current instance of SVGImageElementBuilder for method chaining.
def href(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The URL of the image. |
See Also
- module
aspose.svg.builder
- class
SVGImageElementBuilder