SaveAsJpeg(Stream,JpegOptions) Method
Saves the image to a System.IO.Stream in JPEG format.
public void SaveAsJpeg(
System.IO.Stream ,
JpegOptions
)
'Declaration
Public Overloads Sub SaveAsJpeg( _
ByVal As System.IO.Stream, _
Optional ByVal As JpegOptions _
)
Parameters
- stream
- The output stream.
- options
- The options for the JPEG image encoder.