GetOutlineAction
IPDFDocument4 :: Outlines

See Also
Collapse All

This method gets an action of the current node.

Syntax

LONG GetOutlineAction (
LONG outlineNode
)
Parameters
outlineNode
Number of the outline node

Return value
Number of an action

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