Table of Contents

Method RemoveChildAt

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

RemoveChildAt(int)

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

public void RemoveChildAt(int index)

Parameters

index int

The zero-based index of the item to remove from the collection of child items.