PdfOutlineItem.InsertChild Method

Inserts new PdfOutlineItem with specified properties into the collection of this PdfOutlineItem's child items at the specified index.

Overload List

  NameDescription
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.

See Also