Click or drag to resize

PdfBookmarkCollectionsRemove Method

Removes the first occurrence of a specific PdfBookmark from the collection.

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

Parameters

item  PdfBookmark
The PdfBookmark to remove from the collection.

Return Value

Boolean
true if PdfBookmark was successfully removed from the collection; otherwise, false. This method also returns false if PdfBookmark is not found in the original collection.
See Also