Property Script
- Namespace
- BitMiracle.Docotic.Pdf.HtmlToPdf
- Assembly
- BitMiracle.Docotic.Pdf.HtmlToPdf.dll
Script
Gets the script to run before the conversion start.
public string? Script { get; }
Property Value
- string
The script to run before the conversion start.
Remarks
Default value: null
.
Use the SetStartAfterScriptRun(string) method to change this value.