Skip to main content

PdfFileAttachment.ModificationDate Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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