SvgRenderingContextSave Method (String)

Save the SVG content to file. If image handing has been specified as relative files then these will be saved in a folder the same name as the file.

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public void Save(
        string path
)

Parameters

path
Type: SystemString
The destination path for the SVG file.
See Also