Click or drag to resize

PdfFieldActions Calculate Property

Gets or sets the JavaScript action to be performed to recalculate the value of this field when that of another field changes.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfJavaScriptAction Calculate { get; set; }

Property Value

Type: PdfJavaScriptAction
Aobject specifying the action to be executed for calculating the field value.
See Also