Search
VisioExporter.Export Method (DiagramDocument, String)
See Also
 





Creates a Visio XML Drawing file representing the specified DiagramDocument object.

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

 Syntax

C#  Copy Code

public void Export (
    DiagramDocument diagramDoc,
    string vdxPathName
)

Visual Basic  Copy Code

Public Sub Export( _
    diagramDoc As DiagramDocument, _
    vdxPathName As String _
)

 Parameters

diagramDoc

A reference to the document to be exported.

vdxPathName

Full path to the exported Visio .vdx file.

 Remarks

Each DiagramPage in the document is exported to an individual Visio page. The title of the Visio page is set to DiagramPage.Title.

 See Also