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

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

    Parameters

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