Returns the page interactor that controls the given page, if any.

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

Syntax

C#
public PageInteractor FindPageInteractor(
	Page page
)
Visual Basic
Public Function FindPageInteractor ( _
	page As Page _
) As PageInteractor

Parameters

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

Return Value

The page interactor that controls the given page. Returns null if no page interactor exists for that page. This may happen for example if the page does not exist in the document, or if it does not exist in the current page selection.

See Also