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.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public DateTimeOffset? ModificationDate { get; set; }
Public Property ModificationDate As DateTimeOffset?
Get
Set
Property Value
NullableDateTimeOffset
The date and time the document was most recently modified, in human-readable form.
See Also