PdfOutlineItem.AddChild Method (String)

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

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfOutlineItem AddChild(
	string title
)
VB
Public Function AddChild ( 
	title As String
) As PdfOutlineItem

Parameters

title
Type: System.String
The text to be displayed on the screen for the new PdfOutlineItem.

Return Value

Type: PdfOutlineItem
The newly created PdfOutlineItem.

See Also