Exports diagrams to Visio 2003 XML Drawing files (*.vdx).
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Visio
C# Copy Code |
---|
public class VisioExporter |
Visual Basic Copy Code |
---|
Public Class VisioExporter |
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 MindFusion.Diagramming. The MindFusion.Diagramming ShapeNode objects are mapped to their closest Visio counterparts and TableNode objects are exported as groups of Visio shapes. MindFusion.Diagramming 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.
System.Object
MindFusion.Diagramming.Export.VisioExporter