FreeImageBitmap.SaveAdd Method

FreeImage.NET

FreeImageBitmapSaveAdd Method
Adds a frame to the file specified in a previous call to the Save(String) method.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void SaveAdd()
Exceptions
ExceptionCondition
InvalidOperationException This instance has not been saved to a file using Save(...) before.
See Also