WriteAsSvg()
Shape::WriteAsSvg(System::SharedPtr<System::IO::Stream>) method
Saves content of Shape as SVG file.
void Aspose::Slides::Shape::WriteAsSvg(System::SharedPtr<System::IO::Stream> stream) override
Arguments
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | Target stream |
Shape::WriteAsSvg(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Export::ISVGOptions>) method
Saves content of Shape as SVG file.
void Aspose::Slides::Shape::WriteAsSvg(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Export::ISVGOptions> svgOptions) override
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 Shape
- Class ISVGOptions
- Namespace Aspose::Slides
- Library Aspose.Slides