Click or drag to resize

PdfBookmarkCollectionsContains Method

Determines whether the collection contains a specific PdfBookmark.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public bool Contains(
	PdfBookmark item
)

Parameters

item  PdfBookmark
The PdfBookmark to locate in the collection.

Return Value

Boolean
true if PdfBookmark is found in the collection; otherwise, false.
See Also