Click or drag to resize
Pdf Library for .NET

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: 26.2
Syntax
public PdfBookmark Insert(
	int index,
	string text,
	PdfDestination destination
)

Parameters

index  Int32
The zero based index where to insert the bookmark.
text  String
The bookmark text.
destination  PdfDestination
The bookmark destination.

Return Value

PdfBookmark
The newly created pdf bookmark.
See Also