Search
VisioExporter Class
Remarks See Also
 





Exports diagrams to Visio 2003 XML Drawing files (*.vdx).

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Visio

 Syntax

C#  Copy Code

public class VisioExporter

Visual Basic  Copy Code

Public Class VisioExporter

 Remarks

Add a reference to the MindFusion.Diagramming.Export.Visio.dll to your project in order to use this component.

The component allows exporting Visio 2003 XML Drawing files from NetDiagram. The NetDiagram ShapeNode objects are mapped to their closest Visio counterparts and TableNode objects are exported as groups of Visio shapes. NetDiagram DiagramLink instances are exported as Visio connectors of a similar style. In addition, most of the attributes of diagram items such as text, text formatting, fill and line colors and styles are preserved.

To function properly, the exporter object requires the VisioExport.vxt file to be present in the application's directory. This file contains an XML template data used by the component to generate Visio documents.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Export.VisioExporter

 See Also