FreeImageBitmap.Save Method (String)
From FreeImage.NET
FreeImage.NET Class Library Reference
| FreeImageBitmapSave Method (String) |
Saves this FreeImageBitmap to the specified file.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
C#
public void Save( string filename )
Parameters
- filename
- Type: SystemString
A string that contains the name of the file to which to save this FreeImageBitmap.
| Exception | Condition |
|---|---|
| ArgumentException | filename is null or empty. |
| Exception | Saving the image failed. |