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.
Exceptions
- UnexpectedStructureException
The value in the internal PDF structure is of an unexpected type or cannot be converted to a DateTime value.