Click or drag to resize
Pdf Library for .NET

PdfBookmarksCollectionAdd Method

Adds a new bookmark to the bookmarks collection.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public PdfBookmark Add(
	string text,
	PdfDestination destination
)

Parameters

text  String
The bookmark text.
destination  PdfDestination
The bookmark destination.

Return Value

PdfBookmark
The newly created pdf bookmark.
See Also