Search
DrawImporter.Import Method (String, DiagramDocument)
See Also
 





Imports the specified OpenOffice Draw document into an existing DiagramDocument, where each Draw page is imported into a separate DiagramPage of the DiagramDocument.

Namespace: MindFusion.Diagramming.Import
Package: MindFusion.Diagramming.Import.Draw

 Syntax

C#  Copy Code

public void Import (
    string filePath,
    DiagramDocument document
)

Visual Basic  Copy Code

Public Sub Import( _
    filePath As String, _
    document As DiagramDocument _
)

 Parameters

filePath

A string specifying the path to the .odg file.

document

A DiagramDocument into which to import the OpenOffice drawing.

 See Also