ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap Class / SaveAsGif Method / SaveAsGif(Stream,GifOptions) Method
The output stream.
The options for the GIF image encoder.

In This Topic
    SaveAsGif(Stream,GifOptions) Method
    In This Topic
    Saves the image to a System.IO.Stream in GIF format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsGif( _
       ByVal stream As Stream, _
       ByVal options As GifOptions _
    ) 
    public void SaveAsGif( 
       Stream stream,
       GifOptions options
    )

    Parameters

    stream
    The output stream.
    options
    The options for the GIF image encoder.
    See Also