PdfDocument.ModDate Property
Gets the date and time the document was modified.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v26.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Nullable<DateTimeOffset> | A nullable DateTimeOffset value that is the date and time of the fileâs modification. |
See Also