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
)
Public Function IndexOf (
item As PdfListItem
) As Integer
public:
int IndexOf(
PdfListItem^ item
)
member IndexOf :
item : PdfListItem -> int
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