Table of Contents

Method GetChild

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

GetChild(int)

Gets the child outline item with the specified index.

public PdfOutlineItem GetChild(int index)

Parameters

index int

The zero-based index of the child outline item to get.

Returns

PdfOutlineItem

The child PdfOutlineItem with specified index.

Exceptions

UnexpectedStructureException

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

ArgumentOutOfRangeException

index is less than 0 or greater than the number of children.