ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap Class / SaveAsJpeg Method / SaveAsJpeg(Stream,JpegOptions) Method
The output stream.
The options for the JPEG image encoder.

In This Topic
    SaveAsJpeg(Stream,JpegOptions) Method
    In This Topic
    Saves the image to a System.IO.Stream in JPEG format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsJpeg( _
       ByVal stream As Stream, _
       ByVal options As JpegOptions _
    ) 
    public void SaveAsJpeg( 
       Stream stream,
       JpegOptions options
    )

    Parameters

    stream
    The output stream.
    options
    The options for the JPEG image encoder.
    See Also