|  | 
| PdfDocumentAddBookmark Method (String, PdfDestination, PdfBookmark) | 
 
            Creates a child bookmark in the current pdf document under the specified parent bookmark.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfBookmark AddBookmark(
	string text,
	PdfDestination destination,
	PdfBookmark parent
)
Public Function AddBookmark ( 
	text As String,
	destination As PdfDestination,
	parent As PdfBookmark
) As PdfBookmark
Parameters
- text
- Type: SystemString
 The bookmark text.
- destination
- Type: SelectPdfPdfDestination
 The bookmark destination.
- parent
- Type: SelectPdfPdfBookmark
 The parent bookmark.
Return Value
Type: 
PdfBookmarkThe newly added bookmark.
 See Also
See Also