ASP.NET Pack Programmer's Guide
SwfExporter Class
Remarks See Also
 





Creates Adobe Flash files representing the content of a diagram.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Swf

 Syntax

C#  Copy Code

public class SwfExporter

Visual Basic  Copy Code

Public Class SwfExporter

 Remarks

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.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Export.SwfExporter

 See Also

SwfExporter Members
MindFusion.Diagramming.Export Namespace