Skip to main content

TdxPDFFileAttachmentList Class

A collection of files attached to a PDF document.

Declaration

TdxPDFFileAttachmentList = class(
    TList<TdxPDFFileAttachment>
)

Remarks

This class instantiates its ancestor with the TdxPDFFileAttachment class. You can use all inherited class members to manage attachments in a PDF document. The TdxPDFFileAttachmentList class implements members that allow you to do the following:

  • Create new file attachments (Add).

  • Extract or remove file attachments (Extract and Remove.

The PDF Document’s FileAttachments property references a TdxPDFFileAttachmentList object.

Inheritance

TObject
TEnumerable<T>
TList<T>
TdxPDFFileAttachmentList
See Also