to_svg method

to_svg(image_file, options)

Saves the shape to a svg file.

def to_svg(self, image_file, options):
    ...
ParameterTypeDescription
image_filestr
optionsaspose.diagram.saving.SVGSaveOptions

See Also