Skip to main content

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