Click or drag to resize

PopupAnnotationModificationDate Property

Gets or sets the modification date for this annotation. DotPdf does not update this property. It is the client's responsibility to change it. If the ParentAnnotation is a BaseMarkupAnnotation, the ModificationDate will project the parent annotation's ModificationDate.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override DateTime ModificationDate { get; set; }

Property Value

Type: DateTime
The modification date.
See Also