Renders the current page to an image in WEBP format and returns it as a byte array.
'Declaration
Public Function ToWebpBytes( _
Optional ByVal As WebpOptions _
) As System.Byte()
Parameters
- options
- The set of parameters for the output WEBP image.
Return Value
The byte array with image data in WEBP format.