> ## 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.

# IPageRect

> IPageRect は、切り抜きや Barcode 検索に使用される left、right、top、bottom の座標によって、Scanning Station スクリプト内のページ上のRectangle領域を定義します。

<div id="what-it-does">
  ## 説明
</div>

ページ上のRectangle領域を表します。

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

| **Name** | **型** | **アクセス**  | **説明** |
| -------- | ----- | --------- | ------ |
| Left     | int   | 読み取り/書き込み | 左座標    |
| Right    | int   | 読み取り/書き込み | 右座標    |
| Top      | int   | 読み取り/書き込み | 上座標    |
| Bottom   | int   | 読み取り/書き込み | 下座標    |
