Table of Contents

Method Save

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Save()

Saves the object's data to the current DataStreamSupporter.

public virtual void Save()

Save(Stream)

Saves the object's data to the specified stream.

public void Save(Stream stream)

Parameters

stream Stream

The stream to save the object's data to.

Save(string)

Saves the object's data to the specified file location.

public virtual void Save(string filePath)

Parameters

filePath string

The file path to save the object's data to.

Save(string, bool)

Saves the object's data to the specified file location.

public virtual void Save(string filePath, bool overWrite)

Parameters

filePath string

The file path to save the object's data to.

overWrite bool

if set to true over write the file contents, otherwise append will occur.