Winnovative Excel to PDF Converter

BookmarksCollectionAddNewBookmark Method

Winnovative Excel to PDF Converter Documentation
Adds a new bookmark to the collection.

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public Bookmark AddNewBookmark(
	string text,
	ExplicitDestination destination
)

Parameters

text
Type: SystemString
The bookmark text.
destination
Type: Winnovative.ExcelToPdfExplicitDestination
The bookmark destination.

Return Value

Type: Bookmark
The newly created PDF bookmark.
See Also

Reference