Search
Visio2013Importer.Import Method (String)
See Also
 





Imports the specified Visio Graphics Service VSDX file into a new DiagramDocument, where each Visio page is imported into a separate DiagramPage of the DiagramDocument.

Namespace: MindFusion.Diagramming.Import
Package: MindFusion.Diagramming.Import.Visio

 Syntax

C#  Copy Code

public DiagramDocument Import (
    string filePath
)

Visual Basic  Copy Code

Public Function Import( _
    filePath As String _
) As DiagramDocument

 Parameters

filePath

A string specifying the path to the .vsdx file.

 Return Value

A DiagramDocument containing the imported Visio drawing.

 See Also