ConversionStartOptions.SetStartAfterScriptRun Method

Switches to the AfterScriptRun mode and sets the script to run.

Namespace:  BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:  BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)

Syntax

C#
public void SetStartAfterScriptRun(
	string script
)
VB
Public Sub SetStartAfterScriptRun ( 
	script As String
)

Parameters

script
Type: System.String
The script to run.

Remarks

The script must not be null or an empty string.

See Also