Click or drag to resize

PdfListItemCollection IndexOf Method

Determines the index of a specific item in the list.

Namespace: Spire.Pdf.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int IndexOf(
	PdfListItem item
)

Parameters

item
Type: Spire.Pdf.Lists PdfListItem
The item to locate in the list.

Return Value

Type: Int32
The index of item if found in the list; otherwise, -1.
See Also