PdfDocument.GetModifiedDate

Gets the modified date of the PDF document.

public Nullable<DateTime> GetModifiedDate()
Function GetModifiedDate() As Nullable(Of Date)

Returns

DateTime?

Returns the DateTime structure, having modified date in UTC time.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Exceptions

Throws merger exception if wrong datetime format specified.

See Also

PdfDocument
ceTe.DynamicPDF.Merger

In this topic