 | PdfFieldLevelActionsFieldKeystroke Property |
Gets or sets the
PdfJavaScriptAction to be performed when the user types a keystroke into a text field or combo box or modifies the selection
in a scrollable list box. This action can check the keystroke for validity and reject or modify it.
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 FieldKeystroke { get; set; }
Public Property FieldKeystroke As PdfJavaScriptAction
Get
Set
public:
property PdfJavaScriptAction^ FieldKeystroke {
PdfJavaScriptAction^ get ();
void set (PdfJavaScriptAction^ value);
}
member FieldKeystroke : PdfJavaScriptAction with get, set
/** @property */
public PdfJavaScriptAction get_FieldKeystroke()
/** @property */
public void set_FieldKeystroke(PdfJavaScriptAction value)
function get_FieldKeystroke();
function set_FieldKeystroke(value);
Property Value
Type:
PdfJavaScriptAction
See Also