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





Imports the specified OpenOffice Draw document into the specified Diagram.

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

 Syntax

C#  Copy Code

public void Import (
    string filePath,
    Diagram diagram
)

Visual Basic  Copy Code

Public Sub Import( _
    filePath As String, _
    diagram As Diagram _
)

 Parameters

filePath

A string specifying the path to the .odg file.

diagram

A Diagram into which to import the OpenOffice drawing.

 Remarks

Objects from each subsequent Draw page are imported in the same Diagram, at an offset depending on the page size and the value of the PagesPerRow property.

 See Also