Creates an interactor for a PDF note.

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 NoteInteractor(
	Note note
)
Visual Basic
Public Sub New ( _
	note As Note _
)

Parameters

note
Type: TallComponents.PDF.Annotations.Markups..::..Note
The pdf note definition.

See Also