The viewer that this interactor is located in.

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

Syntax

C#
public IViewer Viewer { get; }
Visual Basic
Public ReadOnly Property Viewer As IViewer
	Get

Remarks

This property may be null. In particular, the Viewer is not yet defined during construction of an interactor, as it has no parent at that point.

See Also