|  | 
| PdfBookmarksCollectionInsert Method  | 
 
            Creates a new bookmark and inserts it at the specified zero based index in the bookmarks collection.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfBookmark Insert(
	int index,
	string text,
	PdfDestination destination
)
Public Function Insert ( 
	index As Integer,
	text As String,
	destination As PdfDestination
) As PdfBookmark
Parameters
- index
- Type: SystemInt32
 The zero based index where to insert the bookmark.
- text
- Type: SystemString
 The bookmark text.
- destination
- Type: SelectPdfPdfDestination
 The bookmark destination.
Return Value
Type: 
PdfBookmarkThe newly created pdf bookmark.
 See Also
See Also