Click or drag to resize

svgDocumentSave Method (String, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the specified path.

Namespace:  imbSCI.Graph.Graphics.SvgAPI
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Save(
	string path,
	bool formatString = false
)
Request Example View Source

Parameters

path
Type: SystemString
The path.
formatString (Optional)
Type: SystemBoolean
See Also