C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / SaveAsGif Method / SaveAsGif(String,GifOptions) Method
The output file name.
The options for the GIF image encoder.

In This Topic
SaveAsGif(String,GifOptions) Method
In This Topic
Saves the image to a file in GIF format.
Syntax
'Declaration
 
Public Overloads Sub SaveAsGif( _
   ByVal fileName As System.String, _
   ByVal options As GifOptions _
) 
 

Parameters

fileName
The output file name.
options
The options for the GIF image encoder.
See Also