 | PdfControlCollectionsIndexOf Method |
Determines the index of a specific
PdfControl in the collection.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.2704
Syntaxpublic int IndexOf(
PdfControl item
)
Public Function IndexOf (
item As PdfControl
) As Integer
public:
virtual int IndexOf(
PdfControl^ item
) sealed
abstract IndexOf :
item : PdfControl -> int
override IndexOf :
item : PdfControl -> int
public final int IndexOf(
PdfControl item
)
Parameters
- item
- Type: Patagames.Pdf.NetPdfControl
The PdfControl to locate in the collection
Return Value
Type:
Int32The index of
PdfControl if found in the collection; otherwise, -1.
Implements
IReadOnlyListTIndexOf(T)
See Also