TdxPDFDocumentInformation.ModificationDate Property
Returns the most recent change timestamp for the PDF document.
Declaration
property ModificationDate: TDateTime read;
Property Value
Type | Description |
---|---|
TDateTime | 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