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