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

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

    Parameters

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