Creates a Visio .vsdx file representing the specified Diagram.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Visio
C# Copy Code |
---|
public void Export ( |
Visual Basic Copy Code |
---|
Public Sub Export( _ |
A Diagram instance.
The full path to the exported Visio .vsdx file.
The exported document contains a single page, as big as the scrollable diagram area set in Bounds.
To run properly, this method requires the Visio2013.vxt file to be present in the application's directory, or its full path to be assigned to TemplatePath. That file contains an XML template data used by the component to construct Visio documents.