Gets the timestamp embedded in the signature.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public Nullable<DateTime> Timestamp { get; }
VB
Public ReadOnly Property Timestamp As Nullable(Of DateTime)
Get
Property Value
Type:
Nullable<
DateTime>
The timestamp embedded in the signature during the signing process or
null if no
timestamp was embedded.
See Also