 | PdfFormsSelectText Method |
Select text in the widget that is currently processing the input queue.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic void SelectText(
int startIndex,
int length
)
Public Sub SelectText (
startIndex As Integer,
length As Integer
)
public:
void SelectText(
int startIndex,
int length
)
member SelectText :
startIndex : int *
length : int -> unit
public void SelectText(
int startIndex,
int length
)
function SelectText(startIndex, 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