  | 
PdfBookmarksCollectionInsert Method  | 
 
            Creates a new bookmark and inserts it at the specified zero based index in the bookmarks collection.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 24.1
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