Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcD2DBitmap 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 stream in GIF format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsGif( _
       ByVal stream As System.IO.Stream, _
       Optional 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