'Declaration Public Overloads Function RenderToPdf( _ ByVal outputFilePath As System.String, _ Optional ByVal settings As PdfSettings _ ) As System.Boolean
public System.bool RenderToPdf( System.string outputFilePath, PdfSettings settings )
Parameters
- outputFilePath
- The destination file path.
- settings
- The set of parameters for the output PDF file.
Return Value
True if the browser process has exited; otherwise, false.