Click or drag to resize

PdfViewerIsInputKey Method

Determines whether the specified key is a regular input key or a special key that requires preprocessing.

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
protected override bool IsInputKey(
	Keys keyData
)

Parameters

keyData  Keys
One of the System.Windows.Forms.Keys values.

Return Value

Boolean
true if the specified key is a regular input key; otherwise, false.
See Also