FreeImageBitmap.SaveAdd Method (String, Int32)

FreeImage.NET

FreeImageBitmapSaveAdd Method (String, Int32)
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,
	int insertPosition
)

Parameters

filename
Type: SystemString
File to add this frame to.
insertPosition
Type: SystemInt32
The position at which the frame should be inserted.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilename is a null reference.
FileNotFoundExceptionfilename does not exist.
ExceptionSaving the image has failed.
ArgumentOutOfRangeExceptioninsertPosition is out of range.
See Also