PDFKit.NET 2.0 Class Library (.NET 2.0)

ScriptBehavior Enumeration

The JavaScript behavior for JavaScript actions in fields.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum ScriptBehavior

Remarks

Note that this enumeration are Flags.

Members

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

Requirements

Namespace: TallComponents.PDF.JavaScript

Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll)

See Also

TallComponents.PDF.JavaScript Namespace