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

In This Topic
    SaveAsJpeg(String,JpegOptions) Method
    In This Topic
    Saves the current web page as a JPEG image file.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsJpeg( _
       ByVal outputFilePath As System.String, _
       Optional ByVal options As JpegOptions _
    ) 
    public void SaveAsJpeg( 
       System.string outputFilePath,
       JpegOptions options
    )

    Parameters

    outputFilePath
    The destination file path.
    options
    The set of parameters for the output JPEG image.
    See Also