Controls if the browser should interrupt slow scripts in the web page in this HTML object. The default value is false and the scripts are not stopped
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool StopSlowScripts { get; set; }
Public Property StopSlowScripts As Boolean
Get
Set
public:
property bool StopSlowScripts {
bool get ();
void set (bool value);
}
member StopSlowScripts : bool with get, set
Property Value
Type:
Boolean
Reference