Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcD2DBitmap Class / SaveAsJpegXR Method / SaveAsJpegXR(Stream,JpegXROptions) Method
The output stream.
The options for the JPEG XR image encoder.

In This Topic
    SaveAsJpegXR(Stream,JpegXROptions) Method
    In This Topic
    Saves the image to a stream in JPEG XR format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsJpegXR( _
       ByVal stream As System.IO.Stream, _
       Optional ByVal options As JpegXROptions _
    ) 
    public void SaveAsJpegXR( 
       System.IO.Stream stream,
       JpegXROptions options
    )

    Parameters

    stream
    The output stream.
    options
    The options for the JPEG XR image encoder.
    See Also