Creates a StandardPageInteractor instance.

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

Syntax

C#
protected override WinFormsInteractor CreatePageInteractor(
	Page page
)
Visual Basic
Protected Overrides Function CreatePageInteractor ( _
	page As Page _
) As WinFormsInteractor

Parameters

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

Return Value

A StandardPageInteractor instance.

See Also