Adds the keywords to a Document.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool AddKeywords(
	string keywords
)
Visual Basic
Public Function AddKeywords ( _
	keywords As String _
) As Boolean
Visual C++
public:
bool AddKeywords(
	String^ keywords
)

Parameters

keywords
Type: System..::..String
keywords to add

Return Value

true if successful, false otherwise

See Also