Save

Save(string, SaveFileFormat)

Saves the diagram data to the file.

public void Save(string filename, SaveFileFormat format)
Parameter Type Description
filename String The file name.
format SaveFileFormat SaveFileFormat save file format.

See Also


Save(Stream, SaveFileFormat)

Saves the diagram data to the stream.

public void Save(Stream stream, SaveFileFormat format)
Parameter Type Description
stream Stream The stream.
format SaveFileFormat SaveFileFormat save file format.

See Also


Save(string, SaveOptions)

Saves the document to a file using the specified save options.

public void Save(string filename, SaveOptions options)
Parameter Type Description
filename String The file name.
options SaveOptions SaveOptions save diagram options.

See Also


Save(Stream, SaveOptions)

Saves the diagram to a stream using the specified save options.

public void Save(Stream stream, SaveOptions options)
Parameter Type Description
stream Stream The stream.
options SaveOptions SaveOptions save diagram options.

See Also