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

> Page オブジェクト: 画像の寸法や前処理済みの画像など、1つのDocumentページのプロパティ。

`Page` は、処理中のDocumentの1ページを表すオブジェクトです。

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

| 名前              | 型                                                                                          | アクセス   | 説明                                                     |
| :-------------- | :----------------------------------------------------------------------------------------- | :----- | :----------------------------------------------------- |
| **Id**          | string                                                                                     | 読み取り専用 | ページの一意の識別子です。                                          |
| **ImageHeight** | number                                                                                     | 読み取り専用 | ページ画像の高さ (ピクセル単位) です。                                  |
| **ImageWidth**  | number                                                                                     | 読み取り専用 | ページ画像の幅 (ピクセル単位) です。                                   |
| **Index**       | number                                                                                     | 読み取り専用 | ドキュメント内のページ番号です (0から始まります) 。                           |
| **Image**       | [BinaryFile](/ja/vantage/documentation/skill-designer/process/custom-activity/binary-file) | 読み取り専用 | ページの前処理済みの元の画像です。これをHTTPリクエストに添付すると、ページをJPEG形式で送信できます。 |

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

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