Click or drag to resize

PdfFieldLevelActionsFieldValidate Property

Gets or sets the PdfJavaScriptAction to be performed when the field’s value is changed. This action can check the new value for validity.

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 FieldValidate { get; set; }

Property Value

Type: PdfJavaScriptAction
See Also