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:
The PDF Document’s FileAttachments property references a TdxPDFFileAttachmentList object.
Inheritance
TObject
TEnumerable<T>
TList<T>
TdxPDFFileAttachmentList
See Also