Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFSignatureFieldInfo.SignedDate Property

Returns the digital signature timestamp.

#Declaration

Delphi
property SignedDate: TDateTime read;

#Property Value

Type Description
TDateTime

A date/time value.

#Remarks

This property returns 0 if the digital signature is not added to a PDF document yet. The PDF document’s SaveToFile or SaveToStream procedure call initializes the SignedDate property to the current system time if the digital signature is valid and enabled.

See Also