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