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: 6.2.6.0 (6.2.6.2020)

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

PdfJavaScriptAction
A object specifying the action to be executed for calculating the field value.

See Also