Creates an interactor for a PDF text markup annotation.

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

Syntax

C#
public TextMarkupInteractor(
	TextMarkup textMarkup
)
Visual Basic
Public Sub New ( _
	textMarkup As TextMarkup _
)

Parameters

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

See Also