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

asEmbeddedFileThe attachment is defined at the document level (in the /EmbeddedFiles catalog name tree).
asAnnotAttachmentThe attachment is defined on a specific page via a /FileAttachment annotation object.

See also

TPDFlibAttachment, EnumAttachments, SaveAllAttachments