ConversionStartOptions.Script Property

Gets the script to run before the conversion start.

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

Syntax

C#
public string Script { get; }
VB
Public ReadOnly Property Script As String
	Get

Property Value

Type: String
The script to run before the conversion start.

Remarks

Default value: null.

Use the SetStartAfterScriptRun(String) method to change this value.

See Also