[]
        
(Showing Draft Content)

C1.WPF.Bitmap.C1Bitmap.SaveAsGif

SaveAsGif Method

SaveAsGif(Stream, GifOptions)

Saves the image to a System.IO.Stream in GIF format.

Declaration
public void SaveAsGif(Stream stream, GifOptions options)
Public Sub SaveAsGif(stream As Stream, options As GifOptions)
Parameters
Type Name Description
Stream stream

The output stream.

GifOptions options

The options for the GIF image encoder.

SaveAsGif(string, GifOptions)

Saves the image to a file in GIF format.

Declaration
public void SaveAsGif(string fileName, GifOptions options)
Public Sub SaveAsGif(fileName As String, options As GifOptions)
Parameters
Type Name Description
string fileName

The output file name.

GifOptions options

The options for the GIF image encoder.