 | PdfBookmarkCollectionsRemove Method |
Removes the first occurrence of a specific
PdfBookmark from the collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool Remove(
PdfBookmark item
)
Public Function Remove (
item As PdfBookmark
) As Boolean
public:
bool Remove(
PdfBookmark^ item
)
member Remove :
item : PdfBookmark -> bool
public boolean 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