HTMLScriptsExecutionDisabled Property (GdPictureDocumentConverter)
In This Topic
Switches script execution in the page.
Syntax
'Declaration
Public Property HTMLScriptsExecutionDisabled As Boolean
public bool HTMLScriptsExecutionDisabled {get; set;}
public read-write property HTMLScriptsExecutionDisabled: Boolean;
public function get,set HTMLScriptsExecutionDisabled : boolean
public: __property bool get_HTMLScriptsExecutionDisabled();
public: __property void set_HTMLScriptsExecutionDisabled(
bool value
);
public:
property bool HTMLScriptsExecutionDisabled {
bool get();
void set ( bool value);
}
See Also