Click or drag to resize

PdfListFieldItemCollection IndexOf Method

Gets the index of the specified item.

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

Parameters

item
Type: Spire.Pdf.Fields PdfListFieldItem
Aobject whose index is requested.

Return Value

Type: Int32
The index of the given item, -1 if the item does not exist.
See Also