SetKeywords
IPDFDocument4 :: General document management :: Document properties

See Also
Collapse All

This method sets the keywords for the current PDF document.

Syntax

HRESULT SetKeywords (
BSTR keywords,
FontCharset charset
)
Parameters
keywords
ASCII text string containing keywords

charset
Character set of the text string

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

See the SetAuthor method for examples.

See Also

Reference