ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.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 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.
    See Also