RenderToJpeg(String,JpegSettings) Method
Creates a JPEG image file from the source HTML.
public System.bool RenderToJpeg(
System.string ,
JpegSettings
)
'Declaration
Public Overloads Function RenderToJpeg( _
ByVal As System.String, _
Optional ByVal As JpegSettings _
) As System.Boolean
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.