Search
SvgExporter.Export Method (Diagram, String)
See Also
 





Creates an SVG file representing the specified diagram.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Svg

 Syntax

C#  Copy Code

public void Export (
    Diagram diagram,
    string filePath
)

Visual Basic  Copy Code

Public Sub Export( _
    diagram As Diagram, _
    filePath As String _
)

 Parameters

diagram

A reference to the diagram to be exported.

filePath

A full path to the .svg file.

 See Also