Skip to main content

TdxPDFFileAttachment Class

Contains information on a single file attachment and its content.

Declaration

TdxPDFFileAttachment = class(
    TObject
)

Remarks

This class implements a container that stores a file attached to a PDF document and concomitant information. The TdxPDFFileAttachment class has members that allow you to do the following:

The Items property of the TdxPDFFileAttachmentList class references a TdxPDFFileAttachment object.

Inheritance

TObject
TdxPDFFileAttachment
See Also