The JavaScript behavior for JavaScript actions in fields.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Note that this enumeration are Flags.
| Member Name | Description | Value |
|---|---|---|
| None | No script will be executed. | 0 |
| Calculate | The calculate script will be executed. | 1 |
| Format | The format script will be executed. | 2 |
| Validate | The validate script will be executed. | 4 |
| Full | All scripts will be executed. | 7 |
Namespace: TallComponents.PDF.JavaScript
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll)
TallComponents.PDF.JavaScript Namespace