EVO Word to PDF Converter

DocumentAddBookmark Method (String, ExplicitDestination)

EVO Word to PDF Converter Documentation
Creates a root bookmark for the document

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

public Bookmark AddBookmark(
	string text,
	ExplicitDestination destination
)

Parameters

text
Type: SystemString
The bookmark text
destination
Type: EvoWordToPdfExplicitDestination
The bookmark destination

Return Value

Type: Bookmark
The newly added bookmark.
See Also

Reference