PdfDocumentProperties.ModificationDate Property
Gets the date of the PDF file’s last modification.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.1.dll
NuGet Package: DevExpress.Win.PdfViewer
Declaration
Property Value
Type | Description |
---|---|
Nullable<DateTimeOffset> | A DateTimeOffset structure that is the date of the PDF file’s last modification. |
See Also