Modified Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The date when the source document was last modified.

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

Syntax

C#
public string Modified { get; set; }
Visual Basic
Public Property Modified As String
	Get
	Set
Visual C++
public:
property String^ Modified {
	String^ get ();
	void set (String^ value);
}

See Also