  | 
PdfBookmarksCollectionAdd Method  | 
 
            Adds a new bookmark to the bookmarks collection.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 24.1
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