PdfAnnotation.Modified Property
In This Article
Gets the date and time when the annotation was most recently modified.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public DateTimeOffset? Modified { get; }
#Property Value
Type | Description |
---|---|
Nullable<Date |
A Date |
See Also