Click or drag to resize

PdfiumFORM_ForceToKillFocus Method

You can call this member function to force to kill the focus of the form field which got focus. It would kill the focus on the form field, save the value of form field if it's changed by user.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FORM_ForceToKillFocus(
	IntPtr form_handle
)

Parameters

form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.

Return Value

Boolean
TRUE indicates success; otherwise false.
See Also