IsOutlineExpanded
IPDFDocument4 :: Outlines

See Also
Collapse All

This method gets the value indicating if the node subtree is expanded.

Syntax

VARIANT_BOOL IsOutlineExpanded (
LONG outlineNode
)
Parameters
outlineNode
Number of the outline node

Return value
VARIANT_TRUE if the node subtree is expanded, VARIANT_FALSE otherwise.

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