Documents for PDF, .NET Edition Documentation
SigningDateTime Property (SignatureProperties)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > SignatureProperties Class : SigningDateTime Property
Ges or sets the time of signing.

NOTE: This value is used only if the time of signing is not available in the signature. For example, a time stamp can be embedded in a PKCS#7 binary data object.

By default this property is initalized with the current date and time.

Syntax
'Declaration
 
Public Property SigningDateTime As System.Nullable(Of Date)
public System.Nullable<DateTime> SigningDateTime {get; set;}
See Also

Reference

SignatureProperties Class
SignatureProperties Members