[]
        
(Showing Draft Content)

C1.WPF.Bitmap.C1Bitmap.SaveAsJpegXR

SaveAsJpegXR Method

SaveAsJpegXR(Stream, JpegXROptions)

Saves the image to a System.IO.Stream in JPEG XR format.

Declaration
public void SaveAsJpegXR(Stream stream, JpegXROptions options)
Public Sub SaveAsJpegXR(stream As Stream, options As JpegXROptions)
Parameters
Type Name Description
Stream stream

The output stream.

JpegXROptions options

The options for the JPEG XR image encoder.

SaveAsJpegXR(string, JpegXROptions)

Saves the image to a file in JPEG XR format.

Declaration
public void SaveAsJpegXR(string fileName, JpegXROptions options)
Public Sub SaveAsJpegXR(fileName As String, options As JpegXROptions)
Parameters
Type Name Description
string fileName

The output file name.

JpegXROptions options

The options for the JPEG XR image encoder.