Method SetStartAfterScriptRun
- Namespace
- BitMiracle.Docotic.Pdf.HtmlToPdf
- Assembly
- BitMiracle.Docotic.Pdf.HtmlToPdf.dll
SetStartAfterScriptRun(string)
Switches to the AfterScriptRun mode and sets the script to run.
public void SetStartAfterScriptRun(string script)
Parameters
scriptstringThe script to run.
Remarks
The script must not be null or an empty string.
Read the Execute JavaScript before conversion section of the Convert HTML to PDF article for an example of using this method.