Click or drag to resize

PdfPageOnKeyUp Method

You can call this member function when a key is released.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public bool OnKeyUp(
	FWL_VKEYCODE keyCode,
	KeyboardModifiers modifier
)

Parameters

keyCode  FWL_VKEYCODE
Indicates whether various virtual keys are up.
modifier  KeyboardModifiers
Contains the scan code, key-transition code, previous key state, and context code.

Return Value

Boolean
TRUE indicates success; otherwise false.
See Also