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

# ページ

> 単一のDocumentページに関する情報 — 画像の寸法、ページ インデックス、ソースファイル。

`Page` は、画像の寸法やソースファイルを含む、Documentの1ページを表します。

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

| 名前              | 型                                                                                             | アクセス レベル | 説明                                   |
| :-------------- | :-------------------------------------------------------------------------------------------- | :------- | :----------------------------------- |
| **Id**          | string                                                                                        | 読み取り専用   | ページの識別子です。                           |
| **ImageHeight** | uint                                                                                          | 読み取り専用   | ページ画像の高さ (ピクセル単位) です。                |
| **ImageWidth**  | uint                                                                                          | 読み取り専用   | ページ画像の幅 (ピクセル単位) です。                 |
| **Index**       | int                                                                                           | 読み取り専用   | Document内のページ番号です。インデックスは 0 から始まります。 |
| **SourceFile**  | [SourceFile](/ja/vantage/documentation/skill-designer/document/rule-verification/source-file) | 読み取り専用   | このページの抽出元のソースファイルです。                 |

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

* [Document](/ja/vantage/documentation/skill-designer/document/rule-verification/document)
* [SourceFile](/ja/vantage/documentation/skill-designer/document/rule-verification/source-file)
* [ImageRegion](/ja/vantage/documentation/skill-designer/document/rule-verification/image-region)
* [オブジェクトモデル](/ja/vantage/documentation/skill-designer/document/rule-verification/object-model)
