Click or drag to resize

PdfViewer.PointInPage Method

Determines if the specified point is contained within Pdf page.

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntax
public int PointInPage(
	Point pt
)

Parameters

pt  Point
The System.Drawing.Point to test.

Return Value

Int32
This method returns the zero based page index if the point represented by pt is contained within this page; otherwise -1.
See Also