Creates a new page interactor for the provided page that takes into account the cursor mode of the provided pages viewier.

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

Syntax

C#
public StandardPageInteractor(
	Page page
)
Visual Basic
Public Sub New ( _
	page As Page _
)

Parameters

page
Type: TallComponents.PDF..::..Page
The page.

See Also