IShapeWriteAsSvg Method (Stream, ISVGOptions) |
Saves content of Shape as SVG file.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxvoid WriteAsSvg(
Stream stream,
ISVGOptions svgOptions
)
Sub WriteAsSvg (
stream As Stream,
svgOptions As ISVGOptions
)
void WriteAsSvg(
Stream^ stream,
ISVGOptions^ svgOptions
)
abstract WriteAsSvg :
stream : Stream *
svgOptions : ISVGOptions -> unit
Parameters
- stream
- Type: System.IOStream
Target stream - svgOptions
- Type: Aspose.Slides.ExportISVGOptions
SVG generation options
See Also