Adds a frame to the file specified.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public void SaveAdd(
	string filename
)
Visual Basic (Declaration)
Public Sub SaveAdd ( _
	filename As String _
)
Visual C++
public:
void SaveAdd(
	String^ filename
)

Parameters

filename
Type: System..::.String
File to add this frame to.

Exceptions

ExceptionCondition
System..::.ArgumentNullException filename is a null reference.
System.IO..::.FileNotFoundException filename does not exist.
System..::.ExceptionSaving the image has failed.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also