Click or drag to resize

PdfDocumentInformationModificationDate Property

(Required if PieceInfo is present in the document catalog; otherwise optional; PDF 1.1) The date and time the document was most recently modified, 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? ModificationDate { get; set; }

Property Value

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