EVO Word to PDF Converter

Document.AddBookmark Method (String, ExplicitDestination, Bookmark)

EVO Word to PDF Converter Documentation
Creates a child bookmark for the existing parentBookmark

Namespace:  EvoWordToPdf
Assembly:  evowordtopdf (in evowordtopdf.dll) Version: 10.0.0.0
Syntax

public Bookmark AddBookmark(
	string text,
	ExplicitDestination destination,
	Bookmark parentBookmark
)

Parameters

text
Type: System.String
The text of the child bookmark
destination
Type: EvoWordToPdf.ExplicitDestination
The destination of the child bookmark
parentBookmark
Type: EvoWordToPdf.Bookmark
The parent bookmark

Return Value

Type: Bookmark
The newly added bookmark.
See Also

Reference