'Declaration Public Overloads Sub SaveAsGif( _ ByVal stream As System.IO.Stream, _ ByVal options As GifOptions _ )
public void SaveAsGif( System.IO.Stream stream, GifOptions options )
Parameters
- stream
- The output stream.
- options
- The options for the GIF image encoder.