FieldAdditionalActionsOnRecalculate Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a JavaScript action that shall be performed to recalculate the value of this field when that of another field changes. The order in which the document’s fields are recalculated shall be defined by the CO entry in the interactive form dictionary (see 12.7.2, “Interactive Form Dictionary”).

Namespace:  Apitron.PDF.Kit.Interactive.Forms
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public JavaScriptAction OnRecalculate { get; set; }

Property Value

Type: JavaScriptAction
The on dependency field changes.
See Also

Reference