PdfOutlineItem.AddChild Method

Adds the new PdfOutlineItem with specified properties to the end of this PdfOutlineItem's collection of child items.

Overload List

  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.

See Also