Initialize a new instance of the OutlineNode class.
ObjectManager that controls the lifetime of the OutlineNode.
Optionaltitle: stringThe title of OutlineNode.
Optionalaction: DestinationProperties | ActionProperties | ActionBase | DestinationBaseThe action which should be performed or destination defining the new document view.
Optionalexpanded: booleanIndicates whether the node should be expanded.
Initialize a new instance of the OutlineNode class.
Optionaltitle: stringThe title of OutlineNode.
Optionalaction: DestinationProperties | ActionProperties | ActionBase | DestinationBaseThe action which should be performed or destination defining the new document view.
Optionalexpanded: booleanIndicates whether the node should be expanded.
Gets or sets the ActionBase to be performed when this OutlineNode is activated. If both 'dest' and 'action' are specified, the viewer application will determine the behavior, which may be unpredictable. For consistent results, specify only one.
Gets or sets the ActionBase to be performed when this OutlineNode is activated. If both 'dest' and 'action' are specified, the viewer application will determine the behavior, which may be unpredictable. For consistent results, specify only one.
Gets the OutlineNodeCollection collection containing child nodes.
Gets or sets the DestinationBase to be displayed when this OutlineNode is activated. If both 'dest' and 'action' are specified, the viewer application will determine the behavior, which may be unpredictable. For consistent results, specify only one.
Gets or sets the DestinationBase to be displayed when this OutlineNode is activated. If both 'dest' and 'action' are specified, the viewer application will determine the behavior, which may be unpredictable. For consistent results, specify only one.
Gets the PdfDocument owning this object.
Gets or sets a value indicating whether this OutlineNode expanded and its child nodes are visible.
Gets or sets a value indicating whether this OutlineNode expanded and its child nodes are visible.
Gets a value indicating whether children collection is not empty.
Gets the reference to the object.
Gets the owner ObjectManager instance.
Gets the OutlineNodeCollection collection containing this object.
Gets the parent OutlineNode.
Gets or sets the text color of the outline node.
Gets or sets the text style of the outline node.
Gets or sets the title of the outline node.
Gets or sets the title of the outline node.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Defines the outline node within PDF document.