PdfDocument.GetCreationDate

Gets the creation date of the PDF document.

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

Returns

DateTime?

Returns the DateTime structure, having creation 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