Click or drag to resize

PdfSignerDate Property

Gets or sets the time of signing.

The Date must be specified if SignatureLevel is set to PAdES_B_B or higher.

Default value: Now.


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public DateTimeOffset? Date { get; set; }

Property Value

NullableDateTimeOffset
The time of signing.
Exceptions
ExceptionCondition
InvalidOperationExceptionValue is and SignatureLevel is PAdES_B_B or higher.
See Also