Click or drag to resize

PdfBookmarkCollectionRemove Method

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

Namespace:  RadPdf.Data.Document.Bookmarks
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.6.0.0 (5.6.0.0)
Syntax
public bool Remove(
	PdfBookmark item
)

Parameters

item
Type: RadPdf.Data.Document.BookmarksPdfBookmark
The PdfBookmark to remove from the PdfBookmarkCollection

Return Value

Type: Boolean
true if item was successfully removed from the PdfBookmarkCollection; otherwise, false. This method also returns false if item is not found in the original PdfBookmarkCollection.

Implements

ICollectionTRemove(T)
Remarks
At this time, bookmarks can not be removed from a PdfBookmarkCollection.
See Also