GraphicElement.SaveToSvg
SaveToSvg()
Converts the element into a single SVG image.
public string SaveToSvg()
Return Value
The SVG-string.
See Also
- class GraphicElement
- namespace Aspose.Pdf.Vector
- assembly Aspose.PDF
SaveToSvg(string)
Converts the element into a single SVG image file.
public void SaveToSvg(string svgFilePath)
Parameter | Type | Description |
---|---|---|
svgFilePath | String | The file path to save svg-image. |
See Also
- class GraphicElement
- namespace Aspose.Pdf.Vector
- assembly Aspose.PDF