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
intThe zero-based index of the child outline item to get.
Returns
- PdfOutlineItem
The child PdfOutlineItem with specified index.