Search
ShapeLibrary.SaveToXml Method (XDocument)
See Also
 






Saves the shape library into the specified XML document. All locations of images associated with shapes in the library are saved relative to the specified destination path.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SaveToXml (
    XDocument document
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    document As XDocument _
)

 Parameters

document

 Remarks

If the path is an empty string or null, image locations are written as absolute.

 See Also