Elements
| Name | Description |
|---|---|
| PAB\_Annotation | The attached file is associated with a specific annotation on a specific page. |
| PAB\_Document | The file is attached to the document in general. |
| PAB\_Portfolio | The file is attached to a PDF Portfolio. |
typedef enum {
PAB_Annotation,
PAB_Document,
PAB_Portfolio
} PDFAttachmentBindingEnum;
| Name | Description |
|---|---|
| PAB\_Annotation | The attached file is associated with a specific annotation on a specific page. |
| PAB\_Document | The file is attached to the document in general. |
| PAB\_Portfolio | The file is attached to a PDF Portfolio. |
Was this page helpful?