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