 | PdfBookmarkCollectionsIndexOf Method |
Determines the index of a specific
PdfBookmark in the collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic int IndexOf(
PdfBookmark item
)
Public Function IndexOf (
item As PdfBookmark
) As Integer
public:
int IndexOf(
PdfBookmark^ item
)
member IndexOf :
item : PdfBookmark -> int
public int IndexOf(
PdfBookmark item
)
Parameters
- item PdfBookmark
- The PdfBookmark to locate in the collection
Return Value
Int32The index of
PdfBookmark if found in the collection; otherwise, -1.
See Also