PdfDocumentInfoModificationDate 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: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
public DateTime ModificationDate { get; }
Property Value
DateTime