Skip to main content
All docs
V23.2

PdfAnnotationFacade.ModificationDate Property

Specifies the date and time when the annotation was last modified.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public DateTimeOffset? ModificationDate { get; set; }

Property Value

Type Description
Nullable<DateTimeOffset>

The annotation’s modification date.

See Also