[]
DsPdfJS API / OutlineNodeProperties
OutlineNodeProperties =
object
Defines properties of the outline node within PDF document. See OutlineNode.
optionalaction:ActionProperties
The ActionBase to be performed when this OutlineNode is activated.
optionalchildren:OutlineNodeProperties[]
The child nodes.
optionaldest:DestinationProperties
The DestinationBase to be displayed when this OutlineNode is activated.
optionalexpanded:boolean
Indicates whether this OutlineNode expanded and its child nodes are visible.
optionaltextColor:Color
The text color of the outline node.
optionaltextStyle:OutlineNodeFontStyle
The text style of the outline node.
title:
string
The title of the outline node.