download method
download
Sets the ‘download’ attribute of the SVG ‘a’ element, indicating that the link is to be downloaded when activated.
Returns
The current instance of SVGAElementBuilder for method chaining.
def download(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The filename for the downloaded file. |
See Also
- module
aspose.svg.builder
- class
SVGAElementBuilder