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