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

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

    Parameters

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