Class ConversionStartOptions
- Namespace
- BitMiracle.Docotic.Pdf.HtmlToPdf
- Assembly
- BitMiracle.Docotic.Pdf.HtmlToPdf.dll
Defines when an HTML to PDF conversion starts.
public class ConversionStartOptions
- Inheritance
-
ConversionStartOptions
- Inherited Members
Remarks
Use these options to delay an HTML to PDF conversion start. Read more in the Delay conversion start section of the Convert HTML to PDF in C# and VB.NET article.
Check out the other articles and code samples on the HTML to PDF features page.
Constructors
- ConversionStartOptions()
Initializes a new instance of the ConversionStartOptions class.
Properties
- Delay
Gets the delay before the conversion start, in milliseconds.
- Mode
Gets the start mode.
- Script
Gets the script to run before the conversion start.
Methods
- SetStartAfterDelay(int)
Switches to the AfterDelay mode and sets the amount of the delay.
- SetStartAfterScriptRun(string)
Switches to the AfterScriptRun mode and sets the script to run.
- SetStartOnLoad()
Switches to the OnLoad mode.