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

Definition

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

Property Value

DateTime

See Also