Click or drag to resize

PdfBookmarkCollectionsIndexOf Method

Determines the index of a specific PdfBookmark in the collection.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public int IndexOf(
	PdfBookmark item
)

Parameters

item  PdfBookmark
The PdfBookmark to locate in the collection

Return Value

Int32
The index of PdfBookmark if found in the collection; otherwise, -1.
See Also