Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfFileAttachment.ModificationDate Property

Gets or sets the date and time of the attachment file’s last modification.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public DateTimeOffset? ModificationDate { get; set; }

Property Value

Type Description
Nullable<DateTimeOffset>

A nullable DateTimeOffset value that is the date and time of the attachment file’s last modification.

See Also