PdfSignatureAppearanceDate Property |
Gets or sets the time of signing.
Default value: Date.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntaxpublic DateTimeOffset? Date { get; set; }
Public Property Date As DateTimeOffset?
Get
Set
Property Value
NullableDateTimeOffset
The time of signing.
See Also