> ## 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 は、FlexiCapture の Image ウィンドウに表示されるページを表すインターフェイスです。画像座標をウィンドウ座標に変換し、Region やページを移動できます。

<div id="what-it-does">
  ## 機能
</div>

Image ウィンドウ内のページを表します。

<div id="methods">
  ## メソッド
</div>

| **定義**                                                                                                                                                                 | **説明**             |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ |
| ImageToDevice( imageRect : [IShellRect](/ja/flexi-capture/appendix/scripts-shell/i-shell-rect) ) : [IShellRect](/ja/flexi-capture/appendix/scripts-shell/i-shell-rect) | 画像座標をウィンドウ座標に変換します |

<div id="properties">
  ## プロパティ
</div>

| **名前**      | **型**                                                                                  | **アクセス** | **説明**      |
| ----------- | -------------------------------------------------------------------------------------- | -------- | ----------- |
| DeviceRect  | [IShellRect](/ja/flexi-capture/appendix/scripts-shell/i-shell-rect)                    | 読み取り専用   | ページの矩形領域    |
| First       | [IFieldRegionControl](/ja/flexi-capture/appendix/scripts-shell/i-field-region-control) | 読み取り専用   | 最初の子リージョン   |
| ImageWindow | [IImageWindow](/ja/flexi-capture/appendix/scripts-shell/iimagewindow)                  | 読み取り専用   | Image ウィンドウ |
| Last        | [IFieldRegionControl](/ja/flexi-capture/appendix/scripts-shell/i-field-region-control) | 読み取り専用   | 最後の子リージョン   |
| Next        | IPageControl                                                                           | 読み取り専用   | 次のページ       |
| Page        | [IPage](/ja/flexi-capture/appendix/scripts/ipage)                                      | 読み取り専用   | ページ         |
| Prev        | IPageControl                                                                           | 読み取り専用   | 前のページ       |
