Gets the index of the item within the collection.
Namespace: Spire.Pdf.FieldsAssembly: 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
Int32Index of the item with the collection.