'Declaration 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 )
Parameters
- outputStream
- The destination stream.
- settings
- The set of parameters for the output image.
Return Value
True if JPEG was successfully saved; otherwise, false.