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: 23.1
Syntax
public PdfBookmark Add(
	string text,
	PdfDestination destination
)

Parameters

text
Type: SystemString
The bookmark text.
destination
Type: SelectPdfPdfDestination
The bookmark destination.

Return Value

Type: PdfBookmark
The newly created pdf bookmark.
See Also