Back to Devexpress

PdfDocument.ModDate Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-a257fb07.md

latest1.1 KB
Original Source

PdfDocument.ModDate Property

Gets the date and time the document was modified.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public DateTimeOffset? ModDate { get; }
vb
Public ReadOnly Property ModDate As DateTimeOffset?

Property Value

TypeDescription
Nullable<DateTimeOffset>

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

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace