SaveAsGif(String,GifOptions) Method
Saves the image to a file in GIF format.
public void SaveAsGif(
System.string ,
GifOptions
)
'Declaration
Public Overloads Sub SaveAsGif( _
ByVal As System.String, _
ByVal As GifOptions _
)
Parameters
- fileName
- The output file name.
- options
- The options for the GIF image encoder.