TPDFlibAttachmentSource
Data Types
Description
TPDFlibAttachmentSource enumerates the origin types of portable file attachments contained in a PDF document.
Syntax
Delphi
type TPDFlibAttachmentSource = (asEmbeddedFile, asAnnotAttachment);Values
| asEmbeddedFile | The attachment is defined at the document level (in the /EmbeddedFiles catalog name tree). |
|---|---|
| asAnnotAttachment | The attachment is defined on a specific page via a /FileAttachment annotation object. |