Adds a frame to the file specified in a previous call to the Save(String)
method.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public void SaveAdd() |
| Visual Basic (Declaration) |
|---|
Public Sub SaveAdd |
| Visual C++ |
|---|
public: void SaveAdd() |
Exceptions
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | This instance has not been saved to a file using Save(...) before. |