Skip to main content

PdfAttachment.ModificationDate Property

Specifies the date of the attachment file’s last modification.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public DateTime? ModificationDate { get; set; }

Property Value

Type Description
Nullable<DateTime>

A Nullable<DateTime> value that specifies the date of the attachment file’s last modification.

Remarks

If the PdfAttachment.Data property is set and the ModificationDate property was not previously explicitly specified, then the ModificationDate property value is obtained from the current system date.

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 ModificationDate property is set to the file’s modification date.

See Also