Imports the specified OpenOffice Draw document into a new DiagramDocument, where each Draw page is imported into a separate DiagramPage of the DiagramDocument.
Namespace: MindFusion.Diagramming.Wpf.Import
Assembly: MindFusion.Diagramming.Wpf.DrawImport
C# Copy Code |
---|
public DiagramDocument Import ( |
Visual Basic Copy Code |
---|
Public Function Import( _ |
A string specifying the path to the .odg file.
A DiagramDocument containing the imported OpenOffice drawing.