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
C# Copy Code |
---|
public void Import ( |
Visual Basic Copy Code |
---|
Public Sub Import( _ |
A string specifying the path to the .odg file.
A DiagramDocument into which to import the OpenOffice drawing.