PdfOutlineItem.RemoveChild Method

Removes the specified PdfOutlineItem from the collection of this PdfOutlineItem's child items.

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

Syntax

C#
public void RemoveChild(
	PdfOutlineItem child
)
VB
Public Sub RemoveChild ( 
	child As PdfOutlineItem
)

Parameters

child
Type: BitMiracle.Docotic.Pdf.PdfOutlineItem
The PdfOutlineItem representing the child item to remove from the collection of child items.

See Also