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.

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type.

ArgumentNullException

child is null.