Method SetStartAfterDelay
- Namespace
- BitMiracle.Docotic.Pdf.HtmlToPdf
- Assembly
- BitMiracle.Docotic.Pdf.HtmlToPdf.dll
SetStartAfterDelay(int)
Switches to the AfterDelay mode and sets the amount of the delay.
public void SetStartAfterDelay(int delay)
Parameters
delay
intThe amount of the delay, in milliseconds.
Remarks
The delay must be greater than zero.
Read the Convert HTML to PDF in C# and VB.NET article for examples of using this method.