|  | 
| PdfBookmarksCollectionAdd Method  | 
 
            Adds a new bookmark to the bookmarks collection.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfBookmark Add(
	string text,
	PdfDestination destination
)
Public Function Add ( 
	text As String,
	destination As PdfDestination
) As PdfBookmark
Parameters
- text
- Type: SystemString
 The bookmark text.
- destination
- Type: SelectPdfPdfDestination
 The bookmark destination.
Return Value
Type: 
PdfBookmarkThe newly created pdf bookmark.
 See Also
See Also