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.