Skip to main content

TdxPDFFileAttachment.ModificationDate Property

Specifies the file attachment’s last modification timestamp.

Declaration

property ModificationDate: TDateTime read; write;

Property Value

Type Description
TDateTime

A date/time value.

Remarks

The Attachments page on the PDF Viewer control’s Navigation pane the ModificationDate property value in the file attachment’s hint:

VCL PDF Viewer: Attachment Hint Example

Note

The last modification timestamp is optional for a file attachment in a PDF document. The LoadFromFile and LoadFromStream procedures change the ModificationDate property value to the current time.

See Also