Click or drag to resize

PdfFieldLevelActionsFieldCalculate Property

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

Namespace:  Patagames.Pdf.Net.Actions
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public PdfJavaScriptAction FieldCalculate { get; set; }

Property Value

Type: PdfJavaScriptAction
See Also