write_as_svg method
write_as_svg
Saves content of Shape as SVG file.
def write_as_svg(self, stream):
    ...
| Parameter | Type | Description | 
|---|---|---|
| stream | io.RawIOBase | Target stream | 
write_as_svg
Saves content of Shape as SVG file.
def write_as_svg(self, stream, svg_options):
    ...
| Parameter | Type | Description | 
|---|---|---|
| stream | io.RawIOBase | Target stream | 
| svg_options | ISVGOptions | SVG generation options | 
See Also
- class ISVGOptions
- class ZoomObject
- module aspose.slides
- library Aspose.Slides