PdfOutlineItem Methods

The PdfOutlineItem type exposes the following members.

Methods

  NameDescription
Public methodAddChild(String)
Adds new PdfOutlineItem with specified title to the end of this PdfOutlineItem's collection of child items.
Public methodAddChild(String, PdfAction)
Adds new PdfOutlineItem with specified title and action to the end of this PdfOutlineItem's collection of child items.
Public methodAddChild(String, PdfDocumentView)
Adds new PdfOutlineItem with specified title and document view to the end of this PdfOutlineItem's collection of child items.
Public methodAddChild(String, PdfPage)
Adds new PdfOutlineItem with specified title and page to the end of this PdfOutlineItem's collection of child items.
Public methodAddChild(String, Int32)
Adds new PdfOutlineItem with specified title and page index to the end of this PdfOutlineItem's collection of child items.
Public methodEquals (Inherited from Object.)
Public methodGetChild
Gets the child outline item with the specified index.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOfChild(PdfOutlineItem)
Retrieves the zero-based index of the first occurrence of the specified child PdfOutlineItem.
Public methodIndexOfChild(String)
Retrieves the zero-based index of the first occurrence of a child PdfOutlineItem with specified title.
Public methodInsertChild(Int32, String)
Inserts new PdfOutlineItem with specified title into the collection of this PdfOutlineItem's child items at the specified index.
Public methodInsertChild(Int32, String, PdfAction)
Inserts new PdfOutlineItem with specified title and action into the collection of this PdfOutlineItem's child items at the specified index.
Public methodInsertChild(Int32, String, PdfDocumentView)
Inserts new PdfOutlineItem with specified title and document view into the collection of this PdfOutlineItem's child items at the specified index.
Public methodInsertChild(Int32, String, PdfPage)
Inserts new PdfOutlineItem with specified title and page into the collection of this PdfOutlineItem's child items at the specified index.
Public methodInsertChild(Int32, String, Int32)
Inserts new PdfOutlineItem with specified title and page index into the collection of this PdfOutlineItem's child items at the specified index.
Public methodRemoveAllChildren
Removes all items from the collection of this PdfOutlineItem's child items.
Public methodRemoveChild
Removes the specified PdfOutlineItem from the collection of this PdfOutlineItem's child items.
Public methodRemoveChildAt
Removes the PdfOutlineItem with specified index from the collection of this PdfOutlineItem's child items.
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

See Also