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

# PageEx

> ABBYY FlexiCapture Web Services API の PageEx データ型。ソースファイル、ソースページ番号、エラーテキストを含む拡張ページ情報。

<div id="what-it-does">
  ## 概要
</div>

**PageEx** データ型は、文書ページに関する拡張情報を保持します。以前のバージョンの Web Services API で使用されていた [Page](/ja/flexi-capture/api/structures/page) データ型に代わるものです。

<div id="fields">
  ## Fields
</div>

| 名前                 | 型        | 説明                                                                  |
| ------------------ | -------- | ------------------------------------------------------------------- |
| `Id`               | `int`    | ページの ID。Application Server によって自動的に設定されます。                          |
| `SourceFileName`   | `string` | 元の画像ファイルの名前。                                                        |
| `SourcePageNumber` | `string` | 元ファイル内の画像番号。                                                        |
| `ErrorText`        | `string` | ページ処理時に発生したエラーの説明。Application Server によって自動的に設定されます。                |
| `ExternalId`       | `string` | ページの外部 ID。空のままにすると、Application Server によって自動的に設定され、`Id` と同じ値になります。  |
| `SourceDetails`    | `string` | ページ画像のソースに関する説明。                                                    |
| `PreviousPageId`   | `int`    | 新しいページを追加する直後の文書ページの ID。文書の先頭にページを追加するには `0`、末尾に追加するには `-1` を使用します。 |
