TdxPDFFileAttachment.ModificationDate Property
In This Article
Specifies the file attachment’s last modification timestamp.
#Declaration
Delphi
property ModificationDate: TDateTime read; write;
#Property Value
Type | Description |
---|---|
TDate |
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:
Note
The last modification timestamp is optional for a file attachment in a PDF document. The LoadModification
property value to the current time.
See Also