 | PdfFieldCollectionsIndexOf Method |
Determines the index of a specific
PdfField 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(
PdfField item
)
Public Function IndexOf (
item As PdfField
) As Integer
public:
virtual int IndexOf(
PdfField^ item
) sealed
abstract IndexOf :
item : PdfField -> int
override IndexOf :
item : PdfField -> int
public final int IndexOf(
PdfField item
)
Parameters
- item
- Type: Patagames.Pdf.NetPdfField
The PdfField to locate in the collection
Return Value
Type:
Int32The index of
PdfField if found in the collection; otherwise, -1.
Implements
IReadOnlyListTIndexOf(T)
See Also