Gets the date and time of signing.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public DateTime? SigningTime { get; }
VB
Public ReadOnly Property SigningTime As DateTime?
Get
Property Value
Type:
Nullable<
DateTime>
The date and time of signing or
null if signing date and time is not specified.
Remarks
Returned date and time expressed in UTC (Coordinated Universal Time).
See Also