Click or drag to resize

PdfFieldActions KeyPressed Property

Gets or sets the JavaScript action 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: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfJavaScriptAction KeyPressed { get; set; }

Property Value

Type: PdfJavaScriptAction
Aobject specifying the action to be executed when the user types a keystroke.
See Also