ComponentOne Bitmap for UWP
SaveAsGif(Stream,GifOptions) Method

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.
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

Reference

C1Bitmap Class
C1Bitmap Members
Overload List