WriteAsSvg()
IShape::WriteAsSvg(System::SharedPtr<System::IO::Stream>) method
Saves content of Shape as SVG file.
virtual void Aspose::Slides::IShape::WriteAsSvg(System::SharedPtr<System::IO::Stream> stream)=0
Arguments
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | Target stream |
IShape::WriteAsSvg(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Export::ISVGOptions>) method
Saves content of Shape as SVG file.
virtual void Aspose::Slides::IShape::WriteAsSvg(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Export::ISVGOptions> svgOptions)=0
Arguments
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | Target stream |
svgOptions | System::SharedPtr<Export::ISVGOptions> | SVG generation options |
See Also
- Typedef SharedPtr
- Class Stream
- Class IShape
- Class ISVGOptions
- Namespace Aspose::Slides
- Library Aspose.Slides