PDFAttachmentBindingEnum
PDFAttachmentBindingEnum enumeration constants are used to denote the part of PDF document with which the attached file is associated.
typedef enum {
PAB_Annotation,
PAB_Document,
PAB_Portfolio
} PDFAttachmentBindingEnum;
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. |
Used in
7/3/2024 8:50:25 AM