TPDFlibOutlineSearchDepth

Data Types

Description

TPDFlibOutlineSearchDepth defines the traversal boundaries when searching or walking outline bookmark nodes.

Syntax

Delphi

type TPDFlibOutlineSearchDepth = (osdSiblingsOnly, osdChildrenOnly, osdFullSubTree);

Values

osdSiblingsOnlyRestricts outline traversal to siblings at the current hierarchical level.
osdChildrenOnlyRestricts outline traversal to the immediate child nodes of the target outline bookmark.
osdFullSubTreeTraverses the entire nested tree branch recursively (all descendants).

See also

TPDFlibOutlineNode, EnumOutlineTree