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