Sends the given text to the interactor. Text interactors will typically insert the text at the current insertion point. In case the current text selection is not empty, the selection will be removed first, and then the text will be inserted. The cursor will be placed after the inserted text.

Namespace: TallComponents.Interaction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
void SendText(
	string text
)
Visual Basic
Sub SendText ( _
	text As String _
)

Parameters

text
Type: System..::..String
The text.

See Also