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
script
stringThe script to run.
Remarks
The script must not be null or an empty string.
Read the Convert HTML to PDF in C# and VB.NET article for examples of using this method.