The JavaScript behavior for JavaScript actions in fields.
Namespace: TallComponents.PDF.JavaScriptAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
[FlagsAttribute] public enum ScriptBehavior |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration ScriptBehavior |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No script will be executed. | |
| Calculate | 1 | The calculate script will be executed. | |
| Format | 2 | The format script will be executed. | |
| Validate | 4 | The validate script will be executed. | |
| Full | 7 | All scripts will be executed. |
Remarks
Note that this enumeration are Flags.