Search
ShapeLibrary.SaveToXml Method (XDocument)
See Also
 






Saves the shape library into the specified XML document.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Task SaveToXml (
    XDocument document
)

Visual Basic  Copy Code

Public Function SaveToXml( _
    document As XDocument _
) As Task

 Parameters

document

The document to save the library to.

 Return Value

 See Also