> ## 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 holds the binary data of an attachment in Scanning Station scripts, with methods to add, insert, and delete bytes in the array.

## What it does

Represents attachment binary data.

## Methods

| **Definition**                   | **Description**                                               |
| -------------------------------- | ------------------------------------------------------------- |
| Add (value: BYTE)                | Adds a new byte to the array.                                 |
| InsertAt (value: BYTE, pos: int) | Inserts a new byte to the specified position of the array.    |
| DeleteAt (pos: int)              | Deletes the element of the array with the specified position. |
| DeleteAll ( )                    | Deletes all elements of the array.                            |

## Properties

| **Name** | **Type** | **Access** | **Description**       |
| -------- | -------- | ---------- | --------------------- |
| Name     | string   | Read-only  | The name of the array |
