SetOutlineTitle
IPDFDocument4 :: Outlines

See Also
Collapse All

This method sets the ASCII text label of the specified node.

Syntax

HRESULT SetOutlineTitle (
LONG outlineNode,
BSTR title,
FontCharset charset
)
Parameters
outlineNode
Number of the outline node

title
ASCII text string containing the title of the node

charset
Character set of the text string containing the title

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