Tao.DevIl SDK Documentation

Il.ilSave Method 

ilSave can be used much in the same way ilSaveImage is used, except with ilSave, it is possible to force OpenIL to save a file as a specific image format, no matter what the extension.

[Visual Basic]
Public Shared Function ilSave( _
   ByVal Type As Integer, _
   ByVal FileName As String _
) As Boolean
[C#]
public static bool ilSave(
   int Type,
   string FileName
);

Parameters

Type
Image format.
FileName
The filename of the file to save to.

Return Value

See Also

Il Class | Tao.DevIl Namespace