Search
Visio2013Exporter Class
Remarks See Also
 





Exports the contents of Diagram or DiagramDocument objects to Visio 2013 XML drawing files (*.vsdx).

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

 Syntax

C#  Copy Code

public class Visio2013Exporter

Visual Basic  Copy Code

Public Class Visio2013Exporter

 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 MindFusion.Diagramming. ShapeNode objects are mapped to their closest Visio counterparts and 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 Visio2013.vxt file to be present in the application's directory, or its location specified in TemplatePath. This file contains an XML template data used by the component to generate Visio documents.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Export.Visio2013Exporter

 See Also