Back to Devexpress

TdxPDFFileAttachment Class

vcl-dxpdfcore-6ebb7042.md

latest1.9 KB
Original Source

TdxPDFFileAttachment Class

Contains information on a single file attachment and its content.

Declaration

delphi
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

TdxPDFFileAttachment Members

dxPDFCore Unit