GraphicElement.SaveToSvg

SaveToSvg()

Converts the element into a single SVG image.

public string SaveToSvg()

Return Value

The SVG-string.

See Also


SaveToSvg(string)

Converts the element into a single SVG image file.

public void SaveToSvg(string svgFilePath)
ParameterTypeDescription
svgFilePathStringThe file path to save svg-image.

See Also