Table of Contents

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 string

The 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.