Method GetPageIndexAt
GetPageIndexAt(Point)
Finds page at specified display position.
public virtual int GetPageIndexAt(Point position)Parameters
- positionPoint
- Position in display coordinates to obtain the page. 
Returns
- int
- Ordinal number of found page within the collection. 
GetPageIndexAt(int, int)
Finds page at specified display position.
public virtual int GetPageIndexAt(int x, int y)Parameters
- xint
- X-coordinate of the position (in display coordinates) to find the page. 
- yint
- Y-coordinate of the position (in display coordinates) to find the page. 
Returns
- int
- Ordinal number of found page within the collection.