> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IPageControl

> IPageControl represents a page displayed in the FlexiCapture image window: convert image coordinates to window coordinates and navigate regions and pages.

## What it does

Represents a page in the image window.

## Methods

| **Definition**                                                                                                                                                   | **Description**                                  |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| ImageToDevice( imageRect : [IShellRect](/flexi-capture/appendix/scripts-shell/i-shell-rect) ) : [IShellRect](/flexi-capture/appendix/scripts-shell/i-shell-rect) | Converts image coordinates to window coordinates |

## Properties

| **Name**    | **Type**                                                                            | **Access** | **Description**           |
| ----------- | ----------------------------------------------------------------------------------- | ---------- | ------------------------- |
| DeviceRect  | [IShellRect](/flexi-capture/appendix/scripts-shell/i-shell-rect)                    | Read-only  | The rectangle of the page |
| First       | [IFieldRegionControl](/flexi-capture/appendix/scripts-shell/i-field-region-control) | Read-only  | The first child region    |
| ImageWindow | [IImageWindow](/flexi-capture/appendix/scripts-shell/iimagewindow)                  | Read-only  | The image window          |
| Last        | [IFieldRegionControl](/flexi-capture/appendix/scripts-shell/i-field-region-control) | Read-only  | The last child region     |
| Next        | IPageControl                                                                        | Read-only  | The next page             |
| Page        | [IPage](/flexi-capture/appendix/scripts/ipage)                                      | Read-only  | The page                  |
| Prev        | IPageControl                                                                        | Read-only  | The previous page         |
