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