GetOutlineUnicodeTitle
IPDFDocument4 :: Outlines

See Also
Collapse All

This method gets the unicode text label of the specified node.

Syntax

BSTR GetOutlineUnicodeTitle (
LONG outlineNode
)
Parameters
outlineNode
Number of the outline node

Return value
The unicode text label of the node

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