Click or drag to resize
Pdf Library for .NET

PdfDocumentAddBookmark(String, PdfDestination, PdfBookmark) Method

Creates a child bookmark in the current pdf document under the specified parent bookmark.

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

Parameters

text  String
The bookmark text.
destination  PdfDestination
The bookmark destination.
parent  PdfBookmark
The parent bookmark.

Return Value

PdfBookmark
The newly added bookmark.
See Also