Creates a child bookmark for the existing parentBookmark
Namespace: Winnovative
Assembly: wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax
public Bookmark AddBookmark( string text, ExplicitDestination destination, Bookmark parentBookmark )
Parameters
- text
- Type: SystemString
The text of the child bookmark - destination
- Type: WinnovativeExplicitDestination
The destination of the child bookmark - parentBookmark
- Type: WinnovativeBookmark
The parent bookmark
Return Value
Type: BookmarkThe newly added bookmark.
See Also