ConversionStartOptions.Delay Property

Gets the delay before the conversion start, in milliseconds.

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

Syntax

C#
public int Delay { get; }
VB
Public ReadOnly Property Delay As Integer
	Get

Property Value

Type: Int32
The delay before the conversion start, in milliseconds.

Remarks

Default value: 0.

Use the SetStartAfterDelay(Int32) method to change this value.

See Also