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.43.0

Syntax

C#
public ScriptBehavior ScriptBehavior { get; set; }
Visual Basic (Declaration)
Public Property ScriptBehavior As ScriptBehavior

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