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

# IExportPageInfo

> IExportPageInfo は、Scanning Station のエクスポート スクリプトで、ページのプロパティ（height、width、解像度、画像ソースの詳細、カラーモードの判定）を利用できるようにします。

<div id="what-it-does">
  ## 機能
</div>

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

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

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