Click or drag to resize

PdfiumFORM_SetSelectedText Method

Select 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 bool FORM_SetSelectedText(
	IntPtr form_handle,
	int startIndex,
	int len
)

Parameters

form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.
startIndex  Int32
The character index from which to select the text.
len  Int32
The length of the text in characters to select.

Return Value

Boolean
True on success. False if any error occurred.
See Also