The script behavior for all fields in this document. (default = Format)

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public ScriptBehavior ScriptBehavior { get; set; }
Visual Basic
Public Property ScriptBehavior As ScriptBehavior
	Get
	Set

Remarks

This property allows you to specify which scripts must be executed. When setting the property with calculate included, the script is executed.

See Also