ExpertPdf Html to Pdf Converter Library
StartupScript Property
NamespacesExpertPdf.HtmlToPdfImgConverterStartupScript
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public string StartupScript { get; set; }
Public Property StartupScript As String
	Get
	Set
public:
property String^ StartupScript {
	String^ get ();
	void set (String^ value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)