FreeImageBitmap.SaveAdd Method
From FreeImage.NET
FreeImage.NET Class Library Reference
| 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)
C#
public void SaveAdd()
| Exception | Condition |
|---|---|
| InvalidOperationException | This instance has not been saved to a file using Save(...) before. |