FreeImageBitmap.SaveAdd Method (String)
From FreeImage.NET
FreeImage.NET Class Library Reference
| FreeImageBitmapSaveAdd Method (String) |
Adds a frame to the file specified.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
C#
public void SaveAdd( string filename )
Parameters
- filename
- Type: SystemString
File to add this frame to.
| Exception | Condition |
|---|---|
| ArgumentNullException | filename is a null reference. |
| FileNotFoundException | filename does not exist. |
| Exception | Saving the image has failed. |