Skip to main content

PdfAnnotation.Modified Property

Gets the date and time when the annotation was most recently modified.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public DateTimeOffset? Modified { get; }

Property Value

Type Description
Nullable<DateTimeOffset>

A DateTimeOffset structure.

See Also