ImageGear .NET v25.0 - Updated
SigningTime Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace > Signature Class : SigningTime Property
Gets the time the signature was signed.
Syntax
'Declaration
 
Public ReadOnly Property SigningTime As Nullable(Of Date)
'Usage
 
Dim instance As Signature
Dim value As Nullable(Of Date)
 
value = instance.SigningTime
public Nullable<DateTime> SigningTime {get;}
public: __property Nullable<DateTime> get_SigningTime();
public:
property Nullable<DateTime> SigningTime {
   Nullable<DateTime> get();
}

Property Value

The time the signature was signed.
See Also

Reference

Signature Class
Signature Members