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

# IExportDocumentInfo

> IExportDocumentInfo stores document properties in Scanning Station export scripts: priority, barcode value, registration properties, and document type.

## What it does

Stores document properties.

## Properties

| **Name**               | **Type**                                                                                                      | **Access** | **Description**                         |
| ---------------------- | ------------------------------------------------------------------------------------------------------------- | ---------- | --------------------------------------- |
| Priority               | int                                                                                                           | Read-only  | The priority of the document            |
| Barcode                | string                                                                                                        | Read-only  | The value of the document barcode       |
| RegistrationProperties | [IExportRegistrationProperties](/flexi-capture/scanning-station/shared/scripts/exportregistration-properties) | Read-only  | Registration properties of the document |
| Type                   | string                                                                                                        | Read-only  | The type of the document                |
