PdfRadioButtonItemCollection
IndexOf Method
|
Gets the index of the item within the collection.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
Spire.Pdf.Fields
PdfRadioButtonListItem
Aobject whose index is requested.
Return Value
Type:
Int32
Index of the item with the collection.
See Also