Click or drag to resize

PdfiumFORM_GetFocusedText Method

Return the text of the widget that is currently processing the input queue.

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

Parameters

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

Return Value

String
Widget text. An empty string if there is no widget that has input focus, or if the widget does not contain text.
Remarks
Applicable only to input field widgets.
See Also