Skip to main content
A newer version of this page is available. .

PdfDocumentProperties.CreationDate Property

Gets the date of the PDF file creation.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public DateTimeOffset? CreationDate { get; }

Property Value

Type Description
Nullable<DateTimeOffset>

A DateTimeOffset structure that is the date of the PDF file creation.

See Also