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 | L'allegato è definito a livello di documento (nell'albero dei nomi del catalogo /EmbeddedFiles) |
|---|---|
| asAnnotAttachment | L'allegato è definito su una pagina specifica tramite un oggetto annotazione /FileAttachment |