Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / HtmlPage Class / SaveAsWebp Method / SaveAsWebp(Stream,WebpOptions) Method
The destination stream.
The set of parameters for the output WEBP image.

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

    Parameters

    outputStream
    The destination stream.
    options
    The set of parameters for the output WEBP image.
    See Also