Click or drag to resize
Pdf Library for .NET

PdfBookmarksCollectionAdd Method

Adds a new bookmark to the bookmarks collection.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
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