Skip to main content

PdfAttachment.CreationDate Property

Specifies the date of the attachment file creation.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public DateTime? CreationDate { get; set; }

Property Value

Type Description
Nullable<DateTime>

A Nullable<DateTime> value, that specifies the date of the attachment file creation.

Remarks

If the PdfAttachment.Data property is set and the CreationDate property was not previously explicitly specified, then the CreationDate property value is null.

If the PdfAttachment.Data property is not set, the attachment data is obtained from a file specified by the value of the PdfAttachment.FilePath property. In this case, the CreationDate property is set to the file’s creation date.

See Also