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

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public DateTime ModificationDate { get; }

Property Value

DateTime

See Also