Skip to main content

PdfSignatureBuilder.SigningTime Property

Specifies the date and time when the signature is applied.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public DateTimeOffset? SigningTime { get; set; }

Property Value

Type Description
Nullable<DateTimeOffset>

The date and time when the signature is applied.

See Also