Click or drag to resize

CPDFOutline Methods

The CPDFOutline type exposes the following members.

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