Back to Devexpress

PdfSignature.SigningTime Property

officefileapi-devexpress-dot-pdf-dot-pdfsignature-df536e00.md

latest1.1 KB
Original Source

PdfSignature.SigningTime Property

Gets the time the document was signed.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public DateTimeOffset? SigningTime { get; }
vb
Public ReadOnly Property SigningTime As DateTimeOffset?

Property Value

TypeDescription
Nullable<DateTimeOffset>

A nullable DateTimeOffset structure that is the date and time the document was signed.

|

See Also

PdfSignature Class

PdfSignature Members

DevExpress.Pdf Namespace