Back to Devexpress

PdfAnnotation.Modified Property

officefileapi-devexpress-dot-pdf-dot-pdfannotation-a5ef8db8.md

latest1.1 KB
Original Source

PdfAnnotation.Modified Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public DateTimeOffset? Modified { get; }
vb
Public ReadOnly Property Modified As DateTimeOffset?

Property Value

TypeDescription
Nullable<DateTimeOffset>

A DateTimeOffset structure.

|

See Also

PdfAnnotation Class

PdfAnnotation Members

DevExpress.Pdf Namespace