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