PdfOutlineItem.IndexOfChild Method (PdfOutlineItem)

Retrieves the zero-based index of the first occurrence of the specified child PdfOutlineItem.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public int IndexOfChild(
	PdfOutlineItem child
)
VB
Public Function IndexOfChild ( 
	child As PdfOutlineItem
) As Integer

Parameters

child
Type: BitMiracle.Docotic.Pdf.PdfOutlineItem
The PdfOutlineItem representing the child item to locate in the collection of child items.

Return Value

Type: Int32
The zero-based index of the first occurrence of the specified child PdfOutlineItem, if found; otherwise, -1.

See Also