SetOutlineAction
IPDFDocument4 :: Outlines

See Also
Collapse All

This method sets an action for the specified node.

Syntax

SetOutlineAction (
LONG outlineNode,
LONG actionNumber
)
Parameters
outlineNode
Number of the outline node

actionNumber
Number of the action

Remarks

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

The number of the action can be retrieved from any action creating method, such as CreateGoToPageAction.

See the AddOutlineAfter method for examples.

See Also

Reference