Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfFileAttachment Properties

A file attached to a PDF document.
Name Description
CreationDate Gets or sets date when the file attachment was created in the document.
Data Gets or sets the data of the attached file represented as a byte array.
Description Specifies the description for the attached file shown in the Attachments panel of a PDF Viewer.
FileName Gets or sets the attached file name.
MimeType Gets or sets the MIME type (content type) of the attached file.
ModificationDate Gets or sets the date and time of the attachment file’s last modification.
Relationship Gets or sets the relationship between the document and the attachment file.
Size Gets the size of the file attachment.
See Also