Creates Adobe Flash files representing the content of a diagram.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Swf
SyntaxC#
Copy Code
|
|---|
public class SwfExporter |
Visual Basic
Copy Code
|
|---|
Public Class SwfExporter |
RemarksIn 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.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Export.SwfExporter
See Also