GraphicElement.SaveToSvg
SaveToSvg()
تحول العنصر إلى صورة SVG واحدة.
public string SaveToSvg()
Return Value
سلسلة SVG.
See Also
- class GraphicElement
- namespace Aspose.Pdf.Vector
- assembly Aspose.PDF
SaveToSvg(string)
تحول العنصر إلى ملف صورة SVG واحدة.
public void SaveToSvg(string svgFilePath)
| Parameter | Type | Description |
|---|---|---|
| svgFilePath | String | مسار الملف لحفظ صورة SVG. |
See Also
- class GraphicElement
- namespace Aspose.Pdf.Vector
- assembly Aspose.PDF