DataStreamSupporterSave Method (String, Boolean) |
Saves the object's data to the specified file location.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.02
Syntaxpublic virtual void Save(
string filePath,
bool overWrite
)
Public Overridable Sub Save (
filePath As String,
overWrite As Boolean
)
public:
virtual void Save(
String^ filePath,
bool overWrite
)
abstract Save :
filePath : string *
overWrite : bool -> unit
override Save :
filePath : string *
overWrite : bool -> unit
Parameters
- filePath
- Type: SystemString
The file path to save the object's data to. - overWrite
- Type: SystemBoolean
if set to true over write the file contents, otherwise append will occur.
See Also