In This Topic
Sets a value that defines a delimited set of keywords to support searching and indexing the document and its content.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebDocumentInformationPropertiesJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_Keywords(value);
function set_Keywords(
: string
) : any;
Parameters
- value
- A value that defines a delimited set of keywords to support searching and indexing the document and its content.
Browser Compatibility
See Also