'宣言 Public Overloads Function RenderToJpeg( _ ByVal outputStream As System.IO.Stream, _ Optional ByVal settings As JpegSettings _ ) As System.Boolean
public System.bool RenderToJpeg( System.IO.Stream outputStream, JpegSettings settings )
パラメータ
- outputStream
- The destination stream.
- settings
- The set of parameters for the output image.
戻り値の型
True if JPEG was successfully saved; otherwise, false.