Search
SvgExporter.exportString Method
See Also
 





Creates an SVG document representing the specified diagram.

Namespace: MindFusion.Diagramming
File: SvgExporter.js

 Syntax

JavaScript  Copy Code

function exportString (diagram)

 Parameters

diagram

Diagram. A reference to the diagram to be exported.

 Return Value

Object. A string containing the SVG document's content.

 See Also