Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / SaveAsWebp Method / SaveAsWebp(Stream,WebpOptions) Method
The output stream.
The options for the WEBP image encoder.

In This Topic
    SaveAsWebp(Stream,WebpOptions) Method
    In This Topic
    Saves the image into a Stream in WEBP format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsWebp( _
       ByVal stream As System.IO.Stream, _
       Optional ByVal options As WebpOptions _
    ) 
    public void SaveAsWebp( 
       System.IO.Stream stream,
       WebpOptions options
    )

    Parameters

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