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

# IPageInfo

> Scanning Station のイベントスクリプトで、IPageInfo オブジェクトを使用して、ページサイズ、解像度、ソース情報、カラーモードのフラグを読み取ります。

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

ページのプロパティを保存します。

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

| **名前**       | **型**                                                                                | **アクセス** | **説明**          |
| ------------ | ------------------------------------------------------------------------------------ | -------- | --------------- |
| Height       | int                                                                                  | 読み取り専用   | ページの高さ          |
| Width        | int                                                                                  | 読み取り専用   | ページの幅           |
| Resolution   | int                                                                                  | 読み取り専用   | ページの解像度         |
| SourceInfo   | [IPageSourceInfo](/ja/flexi-capture/scanning-station/shared/scripts/pagesource-info) | 読み取り専用   | ページのソース情報       |
| IsBlackWhite | bool                                                                                 | 読み取り専用   | 画像が白黒かどうか。      |
| IsColor      | bool                                                                                 | 読み取り専用   | 画像がカラーかどうか。     |
| IsGrayscale  | bool                                                                                 | 読み取り専用   | 画像がグレースケールかどうか。 |
