PDF Creator Pilot documentation |
Download CHM version of this manual. |
|
![]() ![]() Collapse AllThis method sets the unicode text label of the outline node.
|
| 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


