Find the page at a given position.

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

Syntax

C#
public Page FindPage(
	Point documentPoint
)
Visual Basic
Public Function FindPage ( _
	documentPoint As Point _
) As Page

Parameters

documentPoint
Type: TallComponents.Interaction..::..Point
Position to look for a page.

Return Value

Zero-based index of the found page, or -1 if not found.

See Also