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

# IAttachmentByteArray

> IAttachmentByteArray は、Scanning Station のスクリプトで添付ファイルのバイナリデータを保持し、配列内のバイトを追加、挿入、削除するメソッドを提供します。

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

添付ファイルのバイナリデータを表します。

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

| **定義**                           | **説明**                  |
| -------------------------------- | ----------------------- |
| Add (value: BYTE)                | 配列に新しいバイトを追加します。        |
| InsertAt (value: BYTE, pos: int) | 配列の指定した位置に新しいバイトを挿入します。 |
| DeleteAt (pos: int)              | 配列の指定した位置にある要素を削除します。   |
| DeleteAll ( )                    | 配列内のすべての要素を削除します。       |

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

| **Name** | **型**  | **アクセス** | **説明** |
| -------- | ------ | -------- | ------ |
| Name     | string | 読み取り専用   | 配列の名前  |
