Create a text markup interactor.

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

Syntax

C#
protected virtual WinFormsInteractor CreateTextMarkupInteractor(
	TextMarkup textMarkup
)
Visual Basic
Protected Overridable Function CreateTextMarkupInteractor ( _
	textMarkup As TextMarkup _
) As WinFormsInteractor

Parameters

textMarkup
Type: TallComponents.PDF.Annotations.Markups..::..TextMarkup
The PDF text markup.

Return Value

The interactor.

See Also