Skip to main content
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

NameDescription
PAB\_AnnotationThe attached file is associated with a specific annotation on a specific page.
PAB\_DocumentThe file is attached to the document in general.
PAB\_PortfolioThe file is attached to a PDF Portfolio.

Used in

IPDFAttachment::Binding