Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationChangedEventArgs.ModificationDate Property

Gets the date and time of the markup annotation’s last modification.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public DateTimeOffset? ModificationDate { get; }

Property Value

Type Description
Nullable<DateTimeOffset>

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

See Also