Saves the image into a Stream in JPEG format with specified quality (from 0 to 100). The returned stream should be disposed after usage.
public System.IO.MemoryStream ToJpegStream(
System.int
)
'宣言
Public Function ToJpegStream( _
ByVal As System.Integer _
) As System.IO.MemoryStream
パラメータ
- quality
- The image quality from 0 (best compression) to 100 (best quality).
戻り値の型
The stream containing JPEG data.