TdxPDFDocumentInformation.ModificationDate Property
In This Article
Returns the most recent change timestamp for the PDF document.
#Declaration
Delphi
property ModificationDate: TDateTime read;
#Property Value
Type | Description |
---|---|
TDate |
A date/time value. |
#Remarks
A PDF document’s SaveToFile or SaveToStream procedure call updates the ModificationDate property with the current system time.
See Also