Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / HtmlPage Class / SaveAsJpeg Method / SaveAsJpeg(Stream,JpegOptions) Method
The destination stream.
The set of parameters for the output JPEG image.

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

    Parameters

    outputStream
    The destination stream.
    options
    The set of parameters for the output JPEG image.
    See Also