[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Skia.GcSkiaBitmap.SaveAsWebp

SaveAsWebp Method

SaveAsWebp(Stream, WebpOptions)

Saves the image into a Stream in WEBP format.

Declaration
public void SaveAsWebp(Stream stream, WebpOptions options = null)
Public Sub SaveAsWebp(stream As Stream, Optional options As WebpOptions = Nothing)
Parameters
Type Name Description
Stream stream

The output stream.

WebpOptions options

The options for the WEBP image encoder.

SaveAsWebp(string, WebpOptions)

Saves the image into a file in WEBP format.

Declaration
public void SaveAsWebp(string filePath, WebpOptions options = null)
Public Sub SaveAsWebp(filePath As String, Optional options As WebpOptions = Nothing)
Parameters
Type Name Description
string filePath

The output file path.

WebpOptions options

The options for the WEBP image encoder.