Find the annotation interactor of the given annotation.

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

Syntax

C#
public AnnotationInteractor FindAnnotationInteractor(
	Annotation annotation
)
Visual Basic
Public Function FindAnnotationInteractor ( _
	annotation As Annotation _
) As AnnotationInteractor

Parameters

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

Return Value

The interactor that represents the give annotation. Null if the annotation interactor is not located in this page interactor.

See Also