Click or drag to resize

PdfiumFORM_GetSelectedText Method

Get the starting index and length of the selected text in the widget that has input focus.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FORM_GetSelectedText(
	IntPtr form_handle,
	out int startIndex,
	out int len
)

Parameters

form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.
startIndex  Int32
The starting index of the selected text.
len  Int32
The length of the selected text.
Remarks
Applicable only to input field widgets.
See Also