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

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

    Parameters

    filePath
    The output file path.
    options
    The options for the WEBP image encoder.
    See Also