Skip to main content

PdfSignatureInfo.SigningTime Property

Gets the date and time when the signature is applied.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public DateTimeOffset? SigningTime { get; }

Property Value

Type Description
Nullable<DateTimeOffset>

The date and time when the signature is applied.

See Also