SetOutlineUnicodeTitle
IPDFDocument4 :: Outlines

See Also
Collapse All

This method sets the unicode text label of the outline node.

Syntax

HRESULT SetOutlineUnicodeTitle (
LONG outlineNode,
BSTR title
)
Parameters
outlineNode
Number of the outline node

title
Unicode text string containing the title of the outline node

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

Remarks

The number of the outline node can be retrieved from any node creating method, such as  AddOutlineAfter, AddOutlineChild, GetNextSiblingOutline, and so on.

See the AddOutlineAfter method for examples.

See Also

Reference