Method GetPageAt
GetPageAt(Point)
Finds page at specified display position.
public virtual IEditPage GetPageAt(Point position)
Parameters
positionPointPosition in display coordinates to obtain the page.
Returns
- IEditPage
 IEditPagefound.
GetPageAt(int, int)
Finds page at specified display position.
public virtual IEditPage GetPageAt(int x, int y)
Parameters
xintX-coordinate of the position (in display coordinates) to find the page.
yintY-coordinate of the position (in display coordinates) to find the page.
Returns
- IEditPage
 IEditPagecontaining specified position.