Winnovative Excel to PDF Converter

BookmarksCollectionInsertNewBookmark Method

Winnovative Excel to PDF Converter Documentation
Creates a new bookmark and inserts it at the specified zero based position index in collection.

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

public Bookmark InsertNewBookmark(
	int positionIndex,
	string text,
	ExplicitDestination destination
)

Parameters

positionIndex
Type: SystemInt32
The zero based position index where to insert the bookmark.
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