Table of Contents

Method RemoveChild

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

RemoveChild(PdfOutlineItem)

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

public void RemoveChild(PdfOutlineItem child)

Parameters

child PdfOutlineItem

The PdfOutlineItem representing the child item to remove from the collection of child items.