Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ISignatureParser Interface / SigningTime Property

In This Topic
    SigningTime Property (ISignatureParser)
    In This Topic
    Gets the signing time that is stored in the signature, or a null reference (Nothing in Visual Basic) if the binary signature does not contain a signing time.
    Syntax
    'Declaration
     
    ReadOnly Property SigningTime As System.Nullable(Of Date)
    System.Nullable<DateTime> SigningTime {get;}
    See Also