|  | 
| PdfBookmarksCollectionRemove Method  | 
 
            Removes the specified pdf bookmark.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic void Remove(
	PdfBookmark bookmark
)
Public Sub Remove ( 
	bookmark As PdfBookmark
)
Parameters
- bookmark
- Type: SelectPdfPdfBookmark
 The pdf bookmark to be removed.
 See Also
See Also