[]
Saves the image to a System.IO.Stream in JPEG XR format.
public void SaveAsJpegXR(Stream stream, JpegXROptions options)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The output stream. |
| JpegXROptions | options | The options for the JPEG XR image encoder. |
Saves the image to a file in JPEG XR format.
public void SaveAsJpegXR(string fileName, JpegXROptions options)
| Type | Name | Description |
|---|---|---|
| string | fileName | The output file name. |
| JpegXROptions | options | The options for the JPEG XR image encoder. |