TdxPDFSignatureFieldInfo.SignedDate Property
Returns the digital signature timestamp.
Declaration
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