Property SigningTime
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
SigningTime
Gets the date and time of signing.
public DateTime? SigningTime { get; }
Property Value
- 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).
Read the Verify PDF signature in C# and VB.NET article for examples of using this property.