[]
Saves the image to a System.IO.Stream in JPEG XR format.
public void SaveAsJpegXR(Stream stream, JpegXROptions options = null)
Public Sub SaveAsJpegXR(stream As Stream, Optional options As JpegXROptions = Nothing)
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 = null)
Public Sub SaveAsJpegXR(fileName As String, Optional options As JpegXROptions = Nothing)
Type | Name | Description |
---|---|---|
string | fileName | The output file name. |
JpegXROptions | options | The options for the JPEG XR image encoder. |