Click or drag to resize
Pdf Library for .NET

PdfDocumentAddBookmark(String, PdfDestination) Method

Creates a root bookmark in the current pdf document.

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

Parameters

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

Return Value

PdfBookmark
The newly added bookmark.
See Also