Click or drag to resize
DocumentAddBookmark Method (String, ExplicitDestination)
Creates a root bookmark for the document

Namespace: ExpertPdf.PdfCreator
Assembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntax
public Bookmark AddBookmark(
	string text,
	ExplicitDestination destination
)

Parameters

text
Type: SystemString
The bookmark text
destination
Type: ExpertPdf.PdfCreatorExplicitDestination
The bookmark destination

Return Value

Type: Bookmark
The newly added bookmark.
See Also