Creates a new document interactor for the given document that takes into account the cursor mode if it gets attached to a CursorModePagesViewer.

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

Syntax

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

Parameters

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

See Also