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
delayintThe amount of the delay, in milliseconds.
Remarks
The delay must be greater than zero.
Read the Delay conversion start section of the Convert HTML to PDF article for an example of using this method.