AddUnicodeOutlineBefore
IPDFDocument4 :: Outlines

See Also
Collapse All

This method adds a new tree node to a tree of the outline items after the specified node (the previous sibling) along with a unicode title.

Syntax

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

title
Unicode title of the node

charset
Character set of the title

Return value
Number of the new 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