Creates a WinForms page interactor, i.e. a plain page with a black border around it.

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

Syntax

C#
protected virtual WinFormsInteractor CreatePageInteractor(
	Page page
)
Visual Basic
Protected Overridable Function CreatePageInteractor ( _
	page As Page _
) As WinFormsInteractor

Parameters

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

Return Value

The page interactor.

Remarks

By default, the IsInteractive flag for these pages is set to false.

See Also