Search
VisioImporter.importDocument 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: com.mindfusion.diagramming.importers
Package: com.mindfusion.diagramming.importers

 Syntax

Java  Copy Code

public DiagramDocument importDocument (
    String filePath
)

 Parameters

filePath

- A string specifying the path to the .vsdx file.

 Return Value

A DiagramDocument containing the imported Visio drawing.

 See Also