Click or drag to resize

CPDFOutline Class

A document outline (or "table of contents entry"), usually the header of a chapter. Outline objects can be retrieved via ChildList(). They can carry an Action and thus allow quick navigation to document pages, or even external resources.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFDocumentCPDFOutline

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFOutline

The CPDFOutline type exposes the following members.

Properties
  NameDescription
Public propertyChildList
Gets all the items within an outline hierarchy.
Public propertyLevel
Outline level
Public propertyTitle
Outline title
Top
Methods
  NameDescription
Public methodGetAction
Gets the action performed when users click the outline, more: CPDFAction
Public methodGetDestination
Gets the destination associated with the outline, more:CPDFDestination
Public methodGetParent
Gets the parent outline object of the outline.
Public methodInsertChildAtIndex
Creates an outline object and inserts the outline object at the specified index.
Public methodIsValid
Whether the object is valid.
Public methodMoveChildAtIndex
Moves child outline to specified index.
Public methodRemoveFromParent
Removes the outline object from its parent.
Public methodSetAction
Sets the action performed when users click the outline, more:CPDFAction
Public methodSetDestination
Sets the destination associated with the outline, more:CPDFDestination
Public methodSetTitle
Sets outline title
Top
See Also