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

In This Topic
    SaveAsGif(String,GifOptions) Method
    In This Topic
    Saves the image to a file in GIF format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsGif( _
       ByVal fileName As String, _
       ByVal options As GifOptions _
    ) 
    public void SaveAsGif( 
       string fileName,
       GifOptions options
    )

    Parameters

    fileName
    The output file name.
    options
    The options for the GIF image encoder.
    See Also