HtmlToImageElementStartupScript Property |
Use this property to specify some JavaScript code that will be injected into the page that is converted. The JavaScript code specified here will run before any other script on the page.
Note: This is used only by the WebKit rendering engine.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public string StartupScript { get; set; }
Public Property StartupScript As String
Get
Set
Property Value
Type:
StringSee Also