Click or drag to resize

PdfDocumentInformationCreationDate Property

(Optional) The date and time the document was created, in human-readable form (see 7.9.4, "Dates").

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

Property Value

NullableDateTimeOffset
The date and time the document was created, in human-readable form.
See Also