Creates Adobe Flash files representing the content of a diagram.
Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Swf
C# Copy Code |
---|
public class SwfExporter |
Visual Basic Copy Code |
---|
Public Class SwfExporter |
In order to use this component, add references to the MindFusion.Diagramming.Export.Swf.dll and MindFusion.Swf.dll assemblies to your project.
In order to create an SWF file from a diagram, create an SwfExporter instance and call its Export method, passing a Diagram object as parameter. At the time of writing this, the diagram is exported as static image; interactivity is planned for next releases.
System.Object
MindFusion.Diagramming.Export.SwfExporter