Gets or sets a flag indicating if the slow JavaScript script should be interrupted in HTML to Image element converter. The default value is false and the scripts are not interrupted

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

Syntax

C#
public bool InterruptSlowJavaScript { get; set; }
Visual Basic
Public Property InterruptSlowJavaScript As Boolean
	Get
	Set
Visual C++
public:
property bool InterruptSlowJavaScript {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also