'Declaration Public Function ToWebpBytes( _ Optional ByVal options As WebpOptions _ ) As System.Byte()
public System.byte[] ToWebpBytes( WebpOptions options )
Parameters
- options
- The set of parameters for the output WEBP image.
Return Value
The byte array with image data in WEBP format.