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

# PDFAttachmentBindingEnum

> PDFAttachmentBindingEnum dans l’API ABBYY FineReader Engine — indique à quelle partie d’un document PDF un fichier joint est associé (annotation, document, etc.).

Les constantes de l’énumération PDFAttachmentBindingEnum servent à indiquer à quelle partie du document PDF le fichier joint est associé.

```
typedef enum {
 PAB_Annotation,
 PAB_Document,
 PAB_Portfolio
} PDFAttachmentBindingEnum;
```

<div id="elements">
  ## Éléments
</div>

| Nom             | Description                                                                 |
| --------------- | --------------------------------------------------------------------------- |
| PAB\_Annotation | Le fichier joint est associé à une annotation précise sur une page précise. |
| PAB\_Document   | Le fichier est joint au document dans son ensemble.                         |
| PAB\_Portfolio  | Le fichier est joint à un PDF Portfolio.                                    |

<div id="used-in">
  ## Utilisé dans
</div>

[IPDFAttachment::Binding](/fr/fine-reader/engine/api-reference/document-related-objects/pdfattachment#binding)
