[]
        
(Showing Draft Content)

C1.Win.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)
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)
Parameters
Type Name Description
string fileName

The output file name.

JpegXROptions options

The options for the JPEG XR image encoder.