Click or drag to resize

BaseAnnotationModificationDate 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.

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 virtual DateTime ModificationDate { get; set; }

Property Value

Type: DateTime
The modification date.
See Also