PDF .NET Library Documentation - PDF Technologies, Inc.
A JavaScript action to be performed when the user types a keystroke into a text or combo box or modifies the selection in a scrollable list.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public void SetAction_OnKeyPress(
	string javaScript
)
Visual Basic (Declaration)
Public Sub SetAction_OnKeyPress ( _
	javaScript As String _
)
Visual C++
public:
void SetAction_OnKeyPress(
	String^ javaScript
)

Parameters

javaScript
Type: System..::.String

Remarks

This allows the keystroke to be checked for validity and rejected or modified.

See Also