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

# IExportBatchItem

> IExportBatchItem は、Scanning Station のエクスポート スクリプトにおける Document またはページを表すオブジェクトで、SaveAs による画像の保存や、親アイテムおよび子アイテム間の移動をサポートします。

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

Documentまたはページを表します。

<div id="methods">
  ## メソッド
</div>

| **定義**                                                  | **説明**                                                                       |
| ------------------------------------------------------- | ---------------------------------------------------------------------------- |
| SaveAs (fileName: string, \[optional] options: VARIANT) | Documentページ (またはページ画像) をファイルに保存します。複数ページDocumentを単一ページ形式で保存しようとすると、例外が返されます。 |

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

| **名前**                     | **型**                                                                                                                                                                                 | **アクセス**  | **説明**                                                                         |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | ------------------------------------------------------------------------------ |
| IsDocument (or IsPage)     | bool                                                                                                                                                                                  | 読み取り専用    | アイテムがDocument (またはページ) かどうかを確認します。                                             |
| DocumentInfo (or PageInfo) | [IExportDocumentInfo](/ja/flexi-capture/scanning-station/shared/scripts/exportdocument-info)(or [IExportPageInfo](/ja/flexi-capture/scanning-station/shared/scripts/exportpage-info)) | 読み取り専用    | アイテムのプロパティです。要求されたプロパティがアイテムの型に対応していない場合は、**IsDocument / IsPage** チェックが実行されます。 |
| Children                   | [IExportBatchItems](/ja/flexi-capture/scanning-station/shared/scripts/batch-items)                                                                                                    | 読み取り専用    | 子アイテム                                                                          |
| Parent                     | IExportBatchItem                                                                                                                                                                      | 読み取り専用    | 親アイテム                                                                          |
| Prev                       | IExportBatchItem                                                                                                                                                                      | 読み取り専用    | 前のアイテム                                                                         |
| Next                       | IExportBatchItem                                                                                                                                                                      | 読み取り専用    | 次のアイテム                                                                         |
| Index                      | int                                                                                                                                                                                   | 読み取り専用    | 親コレクション内のアイテムのインデックス                                                           |
| Name                       | string                                                                                                                                                                                | 読み取り専用    | アイテム名                                                                          |
| ScriptProperties           | [IScriptProperties](/ja/flexi-capture/scanning-station/shared/scripts/script-properties)                                                                                              | 読み取り専用    | スクリプトのプロパティ                                                                    |
| Attachments                | [IExportAttachments](/ja/flexi-capture/scanning-station/shared/scripts/export-attachments)                                                                                            | 読み取り専用    | 添付ファイル                                                                         |
| IsExported                 | bool                                                                                                                                                                                  | 読み取り/書き込み | アイテムをエクスポートするかどうかを指定します                                                        |
