Exports diagrams to Visio 2003 XML Drawing files (*.vdx).
Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.VisioExport
C# Copy Code |
---|
public class VisioExporter |
Visual Basic Copy Code |
---|
Public Class VisioExporter |
Add a reference to the MindFusion.Diagramming.Wpf.VisioExport.dll to your project in order to use this component.
The component allows exporting Visio 2003 XML Drawing files from WpfDiagram. ShapeNode objects are mapped to their closest Visio counterparts and TableNode objects are exported as groups of Visio shapes. 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, VisioExporter requires the VisioExport.vxt file to be present in the application's directory. This file contains an XML template used by the component to generate Visio documents. The template file can be optionally located in a different folder, as long as the TemplatePath property is set to the correct file path.
System.Object
MindFusion.Diagramming.Wpf.Export.VisioExporter