Back to Devexpress

PdfMarkupAnnotationComment.ModificationDate Property

officefileapi-devexpress-dot-pdf-dot-pdfmarkupannotationcomment-5a70f7d3.md

latest1.2 KB
Original Source

PdfMarkupAnnotationComment.ModificationDate Property

Gets or sets the date and time when the comment wae last modified.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public DateTimeOffset? ModificationDate { get; set; }
vb
Public Property ModificationDate As DateTimeOffset?

Property Value

TypeDescription
Nullable<DateTimeOffset>

The comment’s modification date.

|

See Also

PdfMarkupAnnotationComment Class

PdfMarkupAnnotationComment Members

DevExpress.Pdf Namespace