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
Ink
- class
ISVGOptions
- module
aspose.slides.ink
- library
Aspose.Slides