> ## 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 は、Scanning Station のエクスポート スクリプトで使用されるドキュメントのプロパティ（優先度、バーコード値、登録プロパティ、文書タイプ）を格納します。

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

ドキュメントのプロパティを保存します。

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

| **名前**                 | **型**                                                                                                            | **アクセス** | **説明**         |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------- | -------- | -------------- |
| Priority               | int                                                                                                              | 読み取り専用   | ドキュメントの優先度     |
| Barcode                | string                                                                                                           | 読み取り専用   | ドキュメントのバーコード値  |
| RegistrationProperties | [IExportRegistrationProperties](/ja/flexi-capture/scanning-station/shared/scripts/exportregistration-properties) | 読み取り専用   | ドキュメントの登録プロパティ |
| Type                   | string                                                                                                           | 読み取り専用   | ドキュメントの種類      |
