Outlines
IPDFDocument3

See Also
Collapse All

Methods and properties in the outlines collection of a PDF.

GetCurrentPDFOutlineNode This method returns the index of the active node.
PDFOUTLINENODE_Action This property gets or sets the action of the current node.
PDFOUTLINENODE_CharSet This property gets or sets the character set for the title of the current node.
PDFOUTLINENODE_Count This property gets the number of direct descendants of a node.
PDFOUTLINENODE_Delete This method deletes the current node from the outline tree.
PDFOUTLINENODE_DeleteChildren This method deletes the child subtree of the current node from the outline tree.
PDFOUTLINENODE_Expanded This property gets or sets the value indicating if the current node subtree is expanded.
PDFOUTLINENODE_GetFirstChild This method returns the first child node of the current node.
PDFOUTLINENODE_GetLastChild Returns the last child node of a current node.
PDFOUTLINENODE_GetNext This method returns the next node.
PDFOUTLINENODE_GetNextChild This method is deprecated and does nothing. Do not use it.
PDFOUTLINENODE_GetNextSibling This method returns the next node on the same level.
PDFOUTLINENODE_GetPrev This method returns the previous node.
PDFOUTLINENODE_GetPrevChild This method is deprecated and does nothing. Do not use it.
PDFOUTLINENODE_GetPrevSibling This method returns the previous node on the same level.
PDFOUTLINENODE_GetSubItem This method returns the child node by position.
PDFOUTLINENODE_HasChildren This property gets a value indicating whether a node has children.
PDFOUTLINENODE_Title This property gets or sets the text label of the current node.
PDFOUTLINES_Add This method adds a new tree node to a tree of the outline items.
PDFOUTLINES_AddChild This nethod adds a new tree node as the first sibling to a tree of the outline items.
PDFOUTLINES_AddFirst This nethod adds a new tree node as the first sibling to a tree of the outline items.
PDFOUTLINES_Clear This method clears the outline tree.
PDFOUTLINES_Count This property gets the number of nodes in the outline tree.
PDFOUTLINES_Delete This method deletes a node from an outline tree.
PDFOUTLINES_GetFirstNode This method gets the first node in the outline tree.
PDFOUTLINES_Insert This method inserts a new tree node into a tree of the outline items.
SetCurrentPDFOutlineNode This method activates a node for PDFOUTLINENODE operations.

See Also

Reference