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