Controls if the JavaScript in the HTML document is executed. The default value of this property is true and the JavaScript is executed
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool RunJavaScript { get; set; }
Public Property RunJavaScript As Boolean
Get
Set
public:
property bool RunJavaScript {
bool get ();
void set (bool value);
}
member RunJavaScript : bool with get, set
Property Value
Type:
Boolean
Reference