 | PdfFieldCollectionsIndexOf Method |
Determines the index of a specific
PdfField in the collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
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 PdfField
- The PdfField to locate in the collection
Return Value
Int32The index of
PdfField if found in the collection; otherwise, -1.
Implements
IReadOnlyListTIndexOf(T)
See Also