Created Property

PDFTron SilverDox SDK

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

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

Syntax

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

See Also