FreeImageBitmap.SaveAdd Method (String)

FreeImage.NET

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
ExceptionCondition
ArgumentNullExceptionfilename is a null reference.
FileNotFoundExceptionfilename does not exist.
ExceptionSaving the image has failed.
See Also