[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.GcWicBitmap.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 = null)
Public Sub SaveAsJpegXR(stream As Stream, Optional options As JpegXROptions = Nothing)
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 = null)
Public Sub SaveAsJpegXR(fileName As String, Optional options As JpegXROptions = Nothing)
Parameters
Type Name Description
string fileName

The output file name.

JpegXROptions options

The options for the JPEG XR image encoder.