The annotation interactor factory. This factory will be used to create annotation interactors when a page becomes visible.

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

Syntax

C#
public AnnotationInteractorFactory AnnotationInteractorFactory { get; set; }
Visual Basic
Public Property AnnotationInteractorFactory As AnnotationInteractorFactory
	Get
	Set

Remarks

The default factory will use the WinFormsInteractorFactory for creating the annotation interactors.

See Also