WriteAsSvg
Shape.WriteAsSvg method (1 of 2)
Saves content of Shape as SVG file.
public void WriteAsSvg(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | Target stream |
See Also
- class Shape
- namespace Aspose.Slides
- assembly Aspose.Slides
Shape.WriteAsSvg method (2 of 2)
Saves content of Shape as SVG file.
public void WriteAsSvg(Stream stream, ISVGOptions svgOptions)
Parameter | Type | Description |
---|---|---|
stream | Stream | Target stream |
svgOptions | ISVGOptions | SVG generation options |
See Also
- interface ISVGOptions
- class Shape
- namespace Aspose.Slides
- assembly Aspose.Slides