Create a note 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 CreateNoteInteractor(
	Note note
)
Visual Basic
Protected Overridable Function CreateNoteInteractor ( _
	note As Note _
) As WinFormsInteractor

Parameters

note
Type: TallComponents.PDF.Annotations.Markups..::..Note
The PDF note markup.

Return Value

The interactor.

See Also