An additional time in seconds to wait for asynchronous items to be completely loaded or for a web page redirect to finish before starting the rendering of the document to SVG.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public int ConversionDelay { get; set; }
Visual Basic
Public Property ConversionDelay As Integer
	Get
	Set
Visual C++
public:
property int ConversionDelay {
	int get ();
	void set (int value);
}

Property Value

Type: Int32

See Also