Click or drag to resize

PdfFormsForceToKillFocus 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.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public bool ForceToKillFocus()

Return Value

Boolean
TRUE indicates success; otherwise false.
See Also