Skip to main content

PdfFileSpecification.ModificationDate Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public DateTimeOffset? ModificationDate { get; }

Property Value

Type Description
Nullable<DateTimeOffset>

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

See Also