Click or drag to resize

PdfFormsSelectText Method

Select text in the widget that is currently processing the input queue.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void SelectText(
	int startIndex,
	int length
)

Parameters

startIndex  Int32
The character index from which to select the text.
length  Int32
The length of the text in characters to select.
See Also