Keywords Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The document's keywords, delimited by semi-colons.

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

Syntax

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

See Also