HtmlToPdfElementConsoleLog Property |
Returns the console log of the browser used to render the web page.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic string ConsoleLog { get; }Public ReadOnly Property ConsoleLog As String
Get
Property Value
String
Remarks
This information can be used to debug javascript errors.
See Also