Constructs an interactor for a PDF annotation.

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

Syntax

C#
public AnnotationInteractor(
	Annotation annotation
)
Visual Basic
Public Sub New ( _
	annotation As Annotation _
)

Parameters

annotation
Type: TallComponents.PDF.Annotations..::..Annotation
The pdf annotation.

See Also