'Declaration Public Function Remove( _ ByVal item As PdfBookmark _ ) As Boolean
public bool Remove( PdfBookmark item )
public: bool Remove( PdfBookmark* item )
public: bool Remove( PdfBookmark^ item )
Parameters
- item
- The bookmark to remove from the collection.
Return Value
true if bookmark is removed successfully; false otherwise.