Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlRenderer Class / RenderToJpeg Method / RenderToJpeg(String,JpegSettings) Method
The destination file path.
The set of parameters for the output image.

In This Topic
    RenderToJpeg(String,JpegSettings) Method
    In This Topic
    Creates a JPEG image file from the source HTML.
    Syntax
    'Declaration
     
    Public Overloads Function RenderToJpeg( _
       ByVal outputFilePath As System.String, _
       Optional ByVal settings As JpegSettings _
    ) As System.Boolean
    public System.bool RenderToJpeg( 
       System.string outputFilePath,
       JpegSettings settings
    )

    Parameters

    outputFilePath
    The destination file path.
    settings
    The set of parameters for the output image.

    Return Value

    True if the browser process has exited; otherwise, false.
    See Also