DocumentAddBookmark(String, ExplicitDestination, Bookmark) Method

Creates a child bookmark for the existing parentBookmark

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public Bookmark AddBookmark(
	string text,
	ExplicitDestination destination,
	Bookmark parentBookmark
)

Parameters

text  String
The text of the child bookmark
destination  ExplicitDestination
The destination of the child bookmark
parentBookmark  Bookmark
The parent bookmark

Return Value

Bookmark
The newly added bookmark.

See Also