ShapeWriteAsSvg 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)
Syntaxpublic void WriteAsSvg(
Stream stream,
ISVGOptions svgOptions
)
Public Sub WriteAsSvg (
stream As Stream,
svgOptions As ISVGOptions
)
public:
virtual void WriteAsSvg(
Stream^ stream,
ISVGOptions^ svgOptions
) sealed
abstract WriteAsSvg :
stream : Stream *
svgOptions : ISVGOptions -> unit
override WriteAsSvg :
stream : Stream *
svgOptions : ISVGOptions -> unit
Parameters
- stream
- Type: System.IOStream
Target stream - svgOptions
- Type: Aspose.Slides.ExportISVGOptions
SVG generation options
Implements
IShapeWriteAsSvg(Stream, ISVGOptions)
See Also