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

# IExportBatch

> IExportBatch は、Scanning Station のエクスポート スクリプトでエクスポートされるバッチを表し、ページ、登録プロパティ、結果パス、添付ファイルにアクセスできます。

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

エクスポート可能なバッチを表します。スクリプト内では、このオブジェクトはキーワード「this」で表されます。

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

| **定義**                                                                                                             | **説明**                                                          |
| ------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------- |
| CalcExportedPageCount () : int                                                                                     | エクスポートされたページ数を計算します                                             |
| NotifyProcessingProgress (itemsProcessed: int, itemsRemained: int)                                                 | エクスポートの進行状況に関する通知を表示します                                         |
| CheckCanceled ()                                                                                                   | ユーザーがエクスポート タスクをキャンセルしたかどうかを確認します。タスクがキャンセルされている場合は、例外がスローされます。 |
| NewPageRect () : [IPageRect](/ja/flexi-capture/scanning-station/shared/scripts/pagerect)                           | ページの矩形を定義します                                                    |
| NewImageSavingOptions () : [IImageSavingOptions](/ja/flexi-capture/scanning-station/shared/scripts/saving-options) | 画像の保存オプションを設定します                                                |

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

| **名前**                 | **型**                                                                                                            | **アクセス**  | **説明**                                                     |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | ---------------------------------------------------------- |
| ScriptEnvInfo          | string                                                                                                           | 読み取り専用    | スクリプトがトリガーされる条件に関する環境情報です。エクスポート イベントでは、エクスポート タスクIDになります。 |
| Result                 | [IScriptResult](/ja/flexi-capture/scanning-station/shared/scripts/script-result)                                 | 読み取り専用    | スクリプトの実行結果                                                 |
| Type                   | [IBatchType](/ja/flexi-capture/scanning-station/shared/scripts/batch-type)                                       | 読み取り専用    | バッチの型                                                      |
| SourceID               | string                                                                                                           | 読み取り専用    | ステーションID                                                   |
| Name                   | string                                                                                                           | 読み取り専用    | バッチの名前                                                     |
| Priority               | int                                                                                                              | 読み取り専用    | バッチの優先度                                                    |
| PageCount              | int                                                                                                              | 読み取り専用    | バッチ内のページ総数                                                 |
| Children               | [IExportBatchItems](/ja/flexi-capture/scanning-station/shared/scripts/batch-items)                               | 読み取り専用    | 子アイテム                                                      |
| RegistrationProperties | [IExportRegistrationProperties](/ja/flexi-capture/scanning-station/shared/scripts/exportregistration-properties) | 読み取り専用    | バッチの登録プロパティ                                                |
| ResultPath             | string                                                                                                           | 読み取り/書き込み | 出力先のエクスポート パス                                              |
| ScriptProperties       | [IScriptProperties](/ja/flexi-capture/scanning-station/shared/scripts/script-properties)                         | 読み取り専用    | スクリプト プロパティ                                                |
| Attachments            | [IExportAttachments](/ja/flexi-capture/scanning-station/shared/scripts/export-attachments)                       | 読み取り専用    | 添付ファイル                                                     |
