DataStreamSupporter.Save
Contents
[
Hide
]Save()
Saves the object’s data to the current DataStreamSupporter
.
public virtual void Save()
See Also
- class DataStreamSupporter
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Save(Stream)
Saves the object’s data to the specified stream.
public void Save(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream to save the object’s data to. |
See Also
- class DataStreamSupporter
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Save(string)
Saves the object’s data to the specified file location.
public virtual void Save(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | The file path to save the object’s data to. |
See Also
- class DataStreamSupporter
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Save(string, bool)
Saves the object’s data to the specified file location.
public virtual void Save(string filePath, bool overWrite)
Parameter | Type | Description |
---|---|---|
filePath | String | The file path to save the object’s data to. |
overWrite | Boolean | if set to true over write the file contents, otherwise append will occur. |
See Also
- class DataStreamSupporter
- namespace Aspose.Imaging
- assembly Aspose.Imaging