Search
SwfExporter.Export Method
See Also
 





Creates an SWF file representing the specified diagram.

Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Swf

 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 that will be exported.

filePath

The full path to the SWF file.

 See Also