TdxPDFSignatureFieldInfo.SignedDate Property
In This Article
Returns the digital signature timestamp.
#Declaration
Delphi
property SignedDate: TDateTime read;
#Property Value
Type | Description |
---|---|
TDate |
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