Enum ScriptBehavior
Namespace TallComponents.PDF.JavaScript
The JavaScript behavior for JavaScript actions in fields.
Note that this enumeration are Flags.
Fields
None
No script will be executed.
This is the default value.
Calculate
The calculate script will be executed.
Format
The format script will be executed.
Validate
The validate script will be executed.
Full
All scripts will be executed.
Default
The default behaviour. In the case of an Xfa document it is equivalent to Full, otherwise None.