Click or drag to resize

PdfBookmarkCollectionIndexOf Method

Determines the index of a specific PdfBookmark in the PdfBookmarkCollection.

Namespace:  RadPdf.Data.Document.Bookmarks
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.6.0.0 (5.6.0.0)
Syntax
public int IndexOf(
	PdfBookmark value
)

Parameters

value
Type: RadPdf.Data.Document.BookmarksPdfBookmark
The PdfBookmark to locate in the PdfBookmarkCollection

Return Value

Type: Int32
The index of value if found in the list; otherwise -1.
See Also