 | PdfWebLinkCollectionIndexOf Method |
Determines the index of a specific
PdfWebLink in the collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic int IndexOf(
PdfWebLink item
)
Public Function IndexOf (
item As PdfWebLink
) As Integer
public:
virtual int IndexOf(
PdfWebLink^ item
) sealed
abstract IndexOf :
item : PdfWebLink -> int
override IndexOf :
item : PdfWebLink -> int
public final int IndexOf(
PdfWebLink item
)
Parameters
- item PdfWebLink
- The PdfWebLink to locate in the collection
Return Value
Int32The index of
PdfWebLink if found in the collection; otherwise, -1.
Implements
IListTIndexOf(T)
See Also