IFileConverterScriptsEnabled Method |
Enables Javascript utilization during conversion on/off
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void ScriptsEnabled(
bool on
)
Sub ScriptsEnabled (
on As Boolean
)
Parameters
- on
- Type: SystemBoolean
True = Scripts are on. False = Scripts are off.
See Also