TPDFlibOutlineSearchDepth
Data Types
Description
TPDFlibOutlineSearchDepth defines the traversal boundaries when searching or walking outline bookmark nodes.
Syntax
Delphi
type TPDFlibOutlineSearchDepth = (osdSiblingsOnly, osdChildrenOnly, osdFullSubTree);Values
| osdSiblingsOnly | Restricts outline traversal to siblings at the current hierarchical level. |
|---|---|
| osdChildrenOnly | Restricts outline traversal to the immediate child nodes of the target outline bookmark. |
| osdFullSubTree | Traverses the entire nested tree branch recursively (all descendants). |