Search
DiagramDocument.SaveToXmlAsync Method (Stream)
See Also
 





Saves the diagram document into a stream in XML format.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Task SaveToXmlAsync (
    Stream stream
)

Visual Basic  Copy Code

Public Function SaveToXmlAsync( _
    stream As Stream _
) As Task

 Parameters

stream

A System.IO.Stream instance to which to write the document data in XML format.

 Return Value

A Task that represents the asynchronous operation.

 See Also