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