Adds a frame to the file specified.
Namespace:
FreeImageAPIAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | filename is a null reference. |
| System.IO..::.FileNotFoundException | filename does not exist. |
| System..::.Exception | Saving the image has failed. |