Skip to main content
All docs
V25.2
  • PdfSignatureBuilder.SigningTime Property

    Specifies the date and time when the signature is applied.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.2.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