PdfFileAttachment Properties
A file attached to a PDF document.
Name | Description |
---|---|
Creation |
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. |
File |
Gets or sets the attached file name. |
Mime |
Gets or sets the MIME type (content type) of the attached file. |
Modification |
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