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; }
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
Type:
PdfJavaScriptAction
Aobject specifying the action to be executed for calculating the field value.
See Also