'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.