 | PdfiumFORM_SetSelectedText Method |
Select text in the widget that has input focus.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FORM_SetSelectedText(
IntPtr form_handle,
int startIndex,
int len
)
Public Shared Function FORM_SetSelectedText (
form_handle As IntPtr,
startIndex As Integer,
len As Integer
) As Boolean
public:
static bool FORM_SetSelectedText(
IntPtr form_handle,
int startIndex,
int len
)
static member FORM_SetSelectedText :
form_handle : IntPtr *
startIndex : int *
len : int -> bool
public static boolean FORM_SetSelectedText(
IntPtr form_handle,
int startIndex,
int len
)
Patagames.Pdf.Pdfium.FORM_SetSelectedText = function(form_handle, startIndex, 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
BooleanTrue on success. False if any error occurred.
See Also