The JavaScript behavior for JavaScript actions in fields.

Namespace: TallComponents.PDF.JavaScript
Assembly: 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 nameValueDescription
None0 No script will be executed.
Calculate1 The calculate script will be executed.
Format2 The format script will be executed.
Validate4 The validate script will be executed.
Full7 All scripts will be executed.

Remarks

Note that this enumeration are Flags.

See Also