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