Sends the given text to the interactor. Text interactors will typically insert the text at the current insertion point.

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

Syntax

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

Parameters

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

See Also