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)
Syntax
C#
public void SaveAdd( string filename )
Parameters
- filename
- Type: SystemString
File to add this frame to.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | filename is a null reference. |
FileNotFoundException | filename does not exist. |
Exception | Saving the image has failed. |
See Also