Skip to main content
A newer version of this page is available.
All docs
V19.1
.NET Standard 2.0+

PdfMarkupAnnotationData.ModificationDate Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public DateTimeOffset? ModificationDate { get; set; }

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