HtmlConverterBaseRunExtensions Property
            Controls if the browser extensions like Flash players are executed. The default value is false and no extension is executed
            
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool RunExtensions { get; set; }
Public Property RunExtensions As Boolean
	Get
	Set
public:
property bool RunExtensions {
	bool get ();
	void set (bool value);
}
member RunExtensions : bool with get, set
Property Value
Boolean