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

# IBatchInfo

> Properties of a batch — type, page count, registration, export path, and export error.

## What it does

Stores batch properties.

## Properties

| Name                     | Type                                                                                               | Access     | Description                                                 |
| :----------------------- | :------------------------------------------------------------------------------------------------- | :--------- | :---------------------------------------------------------- |
| `Type`                   | [IBatchType](/vantage/documentation/scanning-station/admin/i-batch-type)                           | Read-only  | The type of the batch.                                      |
| `PageCount`              | `int`                                                                                              | Read-only  | The total number of pages in the batch.                     |
| `RegistrationProperties` | [IRegistrationProperties](/vantage/documentation/scanning-station/admin/i-registration-properties) | Read-only  | Registration properties of the batch.                       |
| `ResultPath`             | `string`                                                                                           | Read/write | Resultant export path. Writable only in pre-export scripts. |
| `ExportError`            | `string`                                                                                           | Read-only  | Error message from the export.                              |

## Related topics

* [IBatchType](/vantage/documentation/scanning-station/admin/i-batch-type)
* [IRegistrationProperties](/vantage/documentation/scanning-station/admin/i-registration-properties)
* [IDocumentInfo](/vantage/documentation/scanning-station/admin/i-document-info)
* [Objects available from event scripts](/vantage/documentation/scanning-station/admin/available-objects)
