 | 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
Syntaxpublic PdfJavaScriptAction FieldValidate { get; set; }
Public Property FieldValidate As PdfJavaScriptAction
Get
Set
public:
property PdfJavaScriptAction^ FieldValidate {
PdfJavaScriptAction^ get ();
void set (PdfJavaScriptAction^ value);
}
member FieldValidate : PdfJavaScriptAction with get, set
/** @property */
public PdfJavaScriptAction get_FieldValidate()
/** @property */
public void set_FieldValidate(PdfJavaScriptAction value)
function get_FieldValidate();
function set_FieldValidate(value);
Property Value
Type:
PdfJavaScriptAction
See Also