DateModified Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the last date and time that the annotation was modified.

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public DateTime DateModified { get; set; }
Visual Basic
Public Property DateModified As DateTime
	Get
	Set
Visual C++
public:
property DateTime DateModified {
	DateTime get ();
	void set (DateTime value);
}

See Also