Constructs a new document interactor for a PDF document.

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

Syntax

C#
public DocumentInteractor(
	Document document
)
Visual Basic
Public Sub New ( _
	document As Document _
)

Parameters

document
Type: TallComponents.PDF..::..Document
The document.

See Also