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

In This Topic
    SaveAsJpeg(IOutputStream,JpegOptions) Method
    In This Topic
    Saves the image to an IOutputStream in JPEG format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsJpeg( _
       ByVal outputStream As Windows.Storage.Streams.IOutputStream, _
       ByVal options As JpegOptions _
    ) 
    public void SaveAsJpeg( 
       Windows.Storage.Streams.IOutputStream outputStream,
       JpegOptions options
    )

    Parameters

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