Skip to main content
A newer version of this page is available. .

PdfDocumentProperties.ModificationDate Property

Gets the date of the PDF file’s last modification.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public DateTimeOffset? ModificationDate { get; }

Property Value

Type Description
Nullable<DateTimeOffset>

A DateTimeOffset structure that is the date of the PDF file’s last modification.

See Also