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

# IDocumentInfo

> Scanning Station のスクリプト モデルにおける IDocumentInfo オブジェクトには、優先度、バーコード、文書タイプ、登録プロパティなどのドキュメントのプロパティが格納されます。

<div id="what-it-does">
  ## 動作内容
</div>

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

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

| **名前**                 | **型**                                                                                           | **アクセス**  | **説明**                                     |
| ---------------------- | ----------------------------------------------------------------------------------------------- | --------- | ------------------------------------------ |
| Priority               | int                                                                                             | 読み取り/書き込み | ドキュメントの優先度                                 |
| Barcode                | string                                                                                          | 読み取り/書き込み | ドキュメントのバーコードの値                             |
| RegistrationProperties | [IRegistrationProperties](/ja/flexi-capture/scanning-station/shared/scripts/registration-props) | 読み取り専用    | ドキュメントの登録プロパティ                             |
| Type                   | string                                                                                          | 読み取り/書き込み | ドキュメントのタイプ                                 |
| DefinedTypes           | [IScriptValues](/ja/flexi-capture/scanning-station/shared/scripts/script-values)                | 読み取り専用    | バッチタイプ設定から取得された、現在のドキュメントに指定可能な空でない文書タイプの値 |

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

| **定義**                                                 | **説明**                                                                                                                                                                                               |
| ------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| UpdateTypeRegistrationProperties (name: string) : bool | 現在の文書タイプに対応する文書の登録パラメーターを更新します。同じ名前のパラメーターの値は保持されます。文書タイプが空ではなく、**DefinedTypes** に含まれていない場合は、*false* を返します。**UpdateTypeRegistrationProperties** メソッドを使用せずにスクリプトで文書タイプを変更すると、前の文書タイプの登録パラメーターが保持されます。 |
