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

# Page

> Condition アクティビティスクリプト内の Page オブジェクト — 単一のDocumentページのプロパティ。

`Page` は、Condition アクティビティで処理中のDocumentの1ページを表します。

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

| 名前              | 型      | アクセス   | 説明                        |
| :-------------- | :----- | :----- | :------------------------ |
| **Id**          | string | 読み取り専用 | ページの一意の識別子です。             |
| **ImageHeight** | uint   | 読み取り専用 | ページ画像の高さ (ピクセル単位) です。     |
| **ImageWidth**  | uint   | 読み取り専用 | ページ画像の幅 (ピクセル単位) です。      |
| **Index**       | int    | 読み取り専用 | ドキュメント内のページ番号です (0から開始) 。 |

<div id="related-topics">
  ## 関連トピック
</div>

* [Document](/ja/vantage/documentation/skill-designer/process/condition-activity/document)
* [SourceFile](/ja/vantage/documentation/skill-designer/process/condition-activity/source-file)
* [オブジェクトモデル](/ja/vantage/documentation/skill-designer/process/condition-activity/object-model)
