Gets the index of the item within the collection.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int IndexOf(
	PdfRadioButtonListItem item
)
Public Function IndexOf ( 
	item As PdfRadioButtonListItem
) As Integer
public:
int IndexOf(
	PdfRadioButtonListItem^ item
)
member IndexOf : 
        item : PdfRadioButtonListItem -> int 

Parameters

item
PdfRadioButtonListItem
A object whose index is requested.

Return Value

Int32
Index of the item with the collection.

See Also