Creates an interactor for a popup 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 PopupInteractor(
	Popup popup
)
Visual Basic
Public Sub New ( _
	popup As Popup _
)

Parameters

popup
Type: TallComponents.PDF.Annotations.Markups..::..Popup
The pdf popup definition.

See Also