Finds the page at the specified point in the pane window.

Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public int PageIdxAtPoint(
	Point p
)
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Function PageIdxAtPoint ( _
	p As Point _
) As Integer

Parameters

p
Type: System.Drawing..::.Point

Return Value

0-based page index or -1 if no page has been found

See Also