Gets or sets the date and time when the annotation was most recently modified.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public DateTime ModifiedDate { get; set; }
Public Property ModifiedDate As DateTime Get Set
public: property DateTime ModifiedDate { DateTime get (); void set (DateTime value); }
member ModifiedDate : DateTime with get, set