[]
        
(Showing Draft Content)

C1.Win.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)
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)
Parameters
Type Name Description
string fileName

The output file name.

GifOptions options

The options for the GIF image encoder.