PdfOutlineItem.IndexOfChild Method (String)

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

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

Syntax

C#
public int IndexOfChild(
	string title
)
VB
Public Function IndexOfChild ( 
	title As String
) As Integer

Parameters

title
Type: System.String
The title (the text to be displayed on the screen) of the item to find in the collection.

Return Value

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

See Also