SetTitle
IPDFDocument4 :: General document management :: Document properties

See Also
Collapse All

This method sets additional information about the title of the current PDF document.

Syntax

HRESULT SetTitle (
BSTR title,
FontCharset charset
)
Parameters
title
ASCII text string containing the title

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