PdfPropertiesModificationDate Property
Gets the date and time when the PDF document was last modified,
as read from the loaded PDF's
/Info /ModDate entry.
Returns
MinValue when no modification date
is set or when the document was not loaded from an existing PDF.
This property is read-only and reflects only the loaded document.
The modification date of generated PDFs is set automatically by
the library at save time
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public DateTime ModificationDate { get; }
Property Value
DateTime