SVGAElementBuilder.Download
SVGAElementBuilder.Download method
Sets the ‘download’ attribute of the SVG ‘a’ element, indicating that the link is to be downloaded when activated.
public SVGAElementBuilder Download(string value)
Parameter | Type | Description |
---|---|---|
value | String | The filename for the downloaded file. |
Return Value
The current instance of SVGAElementBuilder for method chaining.
See Also
- class SVGAElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG