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.ActionsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfJavaScriptAction Calculate { get; set; }
Public Property Calculate As PdfJavaScriptAction Get Set
public: property PdfJavaScriptAction^ Calculate { PdfJavaScriptAction^ get (); void set (PdfJavaScriptAction^ value); }
member Calculate : PdfJavaScriptAction with get, set
Property Value
PdfJavaScriptActionA object specifying the action to be executed for calculating the field value.