Skip to main content

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